Skip to content

R package for model reliance and model class reliance

Notifications You must be signed in to change notification settings

aaronjfisher/mcr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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')

About

R package for model reliance and model class reliance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages