The goal of the maars
package is to implement the Models As Approximations series of statistics papers (Buja, Brown, Berk, et al. 2019) and (Buja, Brown, Kuchibhotla, et al. 2019). This package was inspired by the fantastic series of lectures by Prof. Arun Kumar Kuchibhotla and Prof. Andreas Buja, as part of the “STAT 36761: Modern Linear Regression” course at Carnegie Mellon University (CMU) in Fall 2020.
To get a bug fix or to use a feature from the development version, you can install the development version of maars
from GitHub
, as follows:
# install.packages("devtools")
devtools::install_github("shamindras/maars")
More detailed instructions and user guides can be found at the official package website. The source code for the maars
package can be found on github.
If you are in R
you can simply run the following command to get the BibTeX
citation for maars
:
citation("maars")
Alternatively, please use the following BibTeX
citation:
@misc{fogliato2021maars,
title = {maars: Tidy Inference under the 'Models as Approximations' Framework in R},
author = {Riccardo Fogliato and Shamindra Shrotriya and Arun Kumar Kuchibhotla},
year = {2021},
eprint = {arXiv:2106.11188},
url = {https://shamindras.github.io/maars/},
note = {R package version 0.3.0}
}
Please note that the maars
project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
This package is developed and maintained by:
We want this to be a community project, so please feel free to contact us, or file an issue if you would like to contribute to it.