Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/strengejacke/mixed-models-snippets

This repository collects various small code snippets or short instructions on how to use or define specific mixed models, mostly with packages lme4 and glmmTMB.
https://github.com/strengejacke/mixed-models-snippets

glmm lme4 mixed-models r

Last synced: 11 days ago
JSON representation

This repository collects various small code snippets or short instructions on how to use or define specific mixed models, mostly with packages lme4 and glmmTMB.

Awesome Lists containing this project

README

        

# mixed-models-snippets

This repository collects various small code snippets or short instructions on how to use or define specific mixed models, mostly with packages lme4 and glmmTMB.

Most code snippets come from forum solutions or email-correspondence.

* [Fixed versus Random Effects Models](https://easystats.github.io/parameters/articles/demean.html)
* [Nested and Crossed Random Effects Models](http://htmlpreview.github.io/?https://github.com/strengejacke/mixed-models-snippets/blob/master/nested_fully-crossed_cross-classified_models.html)
* [Time-varying covariates](http://htmlpreview.github.io/?https://github.com/strengejacke/mixed-models-snippets/blob/master/time-varying-covariates.html)
* [Overview of Modelling Packages](http://htmlpreview.github.io/?https://github.com/strengejacke/mixed-models-snippets/blob/master/overview_modelling_packages.html)