Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 713 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 713 Bytes

MCR

An R package for Model Reliance and Model Class Reliance (MCR, see Fisher et al., 2019).

Given a set of models of interest (a model class), this package finds the models that rely as much, or as little as possible on variables of interest, while still performing well.

Installation

This package uses the qp1qc package found below, to solve (possibly non-convex) quadratic programs with 1 quadratic constraint. Before using the MCR package, please run the following command.

library(devtools)
install_github('aaronjfisher/qp1qc')

The MCR package can then be installed using

library(devtools)
install_github('aaronjfisher/mcr')