Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/strengejacke/mixed-models-snippets
- Owner: strengejacke
- License: unlicense
- Created: 2018-08-08T15:09:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-25T14:09:52.000Z (over 1 year ago)
- Last Synced: 2024-10-11T18:21:32.873Z (27 days ago)
- Topics: glmm, lme4, mixed-models, r
- Language: R
- Homepage: https://strengejacke.github.io/mixed-models-snippets/overview_modelling_packages.html
- Size: 4.8 MB
- Stars: 35
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)