maars: Tidy Inference under the 'Models as Approximations' Framework in R
Riccardo Fogliato, Shamindra Shrotriya, Arun Kumar Kuchibhotla

TL;DR
The maars package in R provides a comprehensive, user-friendly framework for model-free inference in linear regression, explicitly stating assumptions to improve teaching and practical application under model misspecification.
Contribution
Introduces the maars package that standardizes and expands inference methods with explicit assumptions, enhancing teaching and practical analysis in R.
Findings
Provides a consistent, tidy interface for various inference methods.
Includes multiple inference tools like bootstrap and subsampling.
Emphasizes explicit assumptions for better understanding and teaching.
Abstract
Linear regression using ordinary least squares (OLS) is a critical part of every statistician's toolkit. In R, this is elegantly implemented via lm() and its related functions. However, the statistical inference output from this suite of functions is based on the assumption that the model is well specified. This assumption is often unrealistic and at best satisfied approximately. In the statistics and econometrics literature, this has long been recognized and a large body of work provides inference for OLS under more practical assumptions. This can be seen as model-free inference. In this paper, we introduce our package maars ("models as approximations") that aims at bringing research on model-free inference to R via a comprehensive workflow. The maars package differs from other packages that also implement variance estimation, such as sandwich, in three key ways. First, all functions…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topicsdemographic modeling and climate adaptation · Data Analysis with R · Statistical Methods and Inference
