An open API service indexing awesome lists of open source software.

https://github.com/m-clark/r-models

A quick reference for how to run many models in R.
https://github.com/m-clark/r-models

additive-models bayesian-models brms catwalk cluster-analysis lme4 machine-learning mgcv mixed-models mixture-model pca psych r regularization sem spatial-analysis statistical-models statistics survival-analysis time-series

Last synced: 7 months ago
JSON representation

A quick reference for how to run many models in R.

Awesome Lists containing this project

README

          



This is a quick reference for the R modeling syntax and associated packages. While it covers a lot of ground, it is not meant to be exhaustive, but rather, it provides an easy reference for those new to R, someone trying out an unfamiliar (but otherwise common) technique, or those just interested in a comparison to similar approaches in other environments. It can get you quickly started with many common models and extensions.

Models covered:

GLM, other distributions and categorical outcomes, regularized models, mixed models, additive models, survival analysis, survey weighting, PCA/FA, SEM, mixture models/cluster analysis, time series, spatial models, graphical models, machine learning, Bayesian analysis, text analysis, dealing with missing data.

In addition, notable packages and recommended readings are provided.

You can find the current document [here](https://m-clark.github.io/R-models/).