Skip to contents

R-CMD-check test-coverage

Statisticians often want to compare the fit of different models on the same data set. However, this usually involves a lot of manual code to fish items out of summary() or plain model objects. ‘modelfactory’ offers the capability to pass multiple models in and get out metrics or coefficients for quick comparison with easy-to-remember syntax.

Installation

You can install the package from CRAN with:

install.packages("modelfactory")

Or, you can install the development version of modelfactory with:

# install.packages("devtools")
devtools::install_github("WillTirone/modelfactory")

Contributing

Contributions are encouraged and welcomed, feel free to submit a PR or open an issue!