maars

An R implementation of Models As Approximations

https://github.com/shamindras/maars

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (18.0%) to scientific vocabulary

Keywords

linear-regression ordinary-least-squares r statistics
Last synced: 6 months ago · JSON representation ·

Repository

An R implementation of Models As Approximations

Basic Info
Statistics
  • Stars: 12
  • Watchers: 2
  • Forks: 1
  • Open Issues: 5
  • Releases: 0
Topics
linear-regression ordinary-least-squares r statistics
Created over 5 years ago · Last pushed over 4 years ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation Support

README.Rmd

---
output: github_document
bibliography: inst/REFERENCES.bib
---


[![Codecov test coverage](https://codecov.io/gh/shamindras/maars/branch/master/graph/badge.svg)](https://codecov.io/gh/shamindras/maars?branch=master)
[![R build status](https://github.com/shamindras/maars/workflows/R-CMD-check/badge.svg)](https://github.com/shamindras/maars/actions)
[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)

  
# `maars` - an `R` implementation of Models As Approximations

The goal of the `maars` package is to implement the *Models As Approximations* series of
statistics papers [@buja2019modelsasapproximationspart1] and [@buja2019modelsasapproximationspart2]. This package was inspired by the fantastic series of
lectures by [Prof. Arun Kumar Kuchibhotla](https://arun-kuchibhotla.github.io/)
and [Prof. Andreas Buja](http://www-stat.wharton.upenn.edu/~buja/), 
as part of the __"STAT 36761: Modern Linear Regression"__ course 
at Carnegie Mellon University (CMU) in Fall 2020.

## Installation and User Guide

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:

```{r, eval = FALSE}
# install.packages("devtools")
devtools::install_github("shamindras/maars")
```

More detailed instructions and user guides can be found at the [official package
website](https://shamindras.github.io/maars/). The source code for the `maars`
package can be [found on github](https://github.com/shamindras/maars).

## Citation

If you are in `R` you can simply run the following command to get the `BibTeX`
citation for `maars`:

```{r, eval=FALSE}
citation("maars")
```

Alternatively, please use the following `BibTeX` citation:

```{bibtex, eval=FALSE}
@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}
}
```


## Code of Conduct

Please note that the `maars` project is released with a [Contributor Code of
Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By
contributing to this project, you agree to abide by its terms.

## Related Packages

While `maars` has it's own approach and API for performing valid inference
under model misspecification for OLS, it may not meet your particular needs. 
Here is a listing of other leading `R` packages in this field which you may
want to try, with links to their project pages (listed alphabetically):

- [`{car}`](https://cran.r-project.org/web/packages/car/index.html)
- [`{clubSandwich}`](https://github.com/jepusto/clubSandwich)
- [`{estimatr}`](https://declaredesign.org/r/estimatr/articles/estimatr-in-the-tidyverse.html)
- [`{lmtest}`](https://cran.r-project.org/web/packages/lmtest/index.html)
- [`{sandwich}`](http://sandwich.r-forge.r-project.org/)

## Credits

This package is developed and maintained by:

- [Riccardo Fogliato](http://www.stat.cmu.edu/~rfogliat/)
- [Shamindra Shrotriya](https://www.shamindras.com/)
- [Arun Kumar Kuchibhotla](https://arun-kuchibhotla.github.io/)

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.

## References

Owner

  • Name: Shamindra Shrotriya
  • Login: shamindras
  • Kind: user
  • Location: Pittsburgh, PA

Statistics PhD student

Citation (CITATION.cff)

# YAML 1.2
---
authors: 
  -
    family-names: Fogliato
    given-names: Riccardo
  -
    family-names: Shrotriya
    given-names: Shamindra
  -
    family-names: Kuchibhotla
    given-names: "Arun Kumar"
cff-version: "1.1.0"
license: MIT
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/shamindras/maars"
title: "maars - an R implementation of Models As Approximations"
version: "1.2.0"
...

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • Matrix * imports
  • Rdpack * imports
  • assertthat * imports
  • broom * imports
  • cli * imports
  • dplyr * imports
  • ggplot2 * imports
  • glue * imports
  • here * imports
  • lmtest * imports
  • magrittr * imports
  • purrr * imports
  • rlang >= 0.1.2 imports
  • sandwich * imports
  • stringr * imports
  • tibble * imports
  • tidyr * imports
  • utf8 * imports
  • vroom * imports
  • DT * suggests
  • bench * suggests
  • covr * suggests
  • devtools * suggests
  • forcats * suggests
  • furrr * suggests
  • kableExtra * suggests
  • knitr * suggests
  • patchwork * suggests
  • rmarkdown * suggests
  • roxygen2 * suggests
  • spelling * suggests
  • testthat * suggests
  • xtable * suggests