├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md ├── Regressionspakete.docx ├── _config.yml ├── by2-small.png ├── by2.png ├── cc-attrib-nc.png ├── example.RData ├── mixed-models-snippets.Rproj ├── nested_fully-crossed_cross-classified_models.R ├── nested_fully-crossed_cross-classified_models.Rmd ├── nested_fully-crossed_cross-classified_models.html ├── overview_modelling_packages.Rmd ├── overview_modelling_packages.html ├── random-effects-within-between-effects-model-glmmtmb.Rmd ├── random-effects-within-between-effects-model-glmmtmb.html ├── random-effects-within-between-effects-model.Rmd ├── random-effects-within-between-effects-model.bib ├── random-effects-within-between-effects-model.html ├── regression_pkgs_handout.docx ├── regression_pkgs_handout.pdf ├── time-varying-covariates.R ├── time-varying-covariates.Rmd └── time-varying-covariates.html /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strengejacke/mixed-models-snippets/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strengejacke/mixed-models-snippets/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strengejacke/mixed-models-snippets/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strengejacke/mixed-models-snippets/HEAD/README.md -------------------------------------------------------------------------------- /Regressionspakete.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strengejacke/mixed-models-snippets/HEAD/Regressionspakete.docx -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strengejacke/mixed-models-snippets/HEAD/_config.yml -------------------------------------------------------------------------------- /by2-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strengejacke/mixed-models-snippets/HEAD/by2-small.png -------------------------------------------------------------------------------- /by2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strengejacke/mixed-models-snippets/HEAD/by2.png -------------------------------------------------------------------------------- /cc-attrib-nc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strengejacke/mixed-models-snippets/HEAD/cc-attrib-nc.png -------------------------------------------------------------------------------- /example.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strengejacke/mixed-models-snippets/HEAD/example.RData -------------------------------------------------------------------------------- /mixed-models-snippets.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strengejacke/mixed-models-snippets/HEAD/mixed-models-snippets.Rproj -------------------------------------------------------------------------------- /nested_fully-crossed_cross-classified_models.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strengejacke/mixed-models-snippets/HEAD/nested_fully-crossed_cross-classified_models.R -------------------------------------------------------------------------------- /nested_fully-crossed_cross-classified_models.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strengejacke/mixed-models-snippets/HEAD/nested_fully-crossed_cross-classified_models.Rmd -------------------------------------------------------------------------------- /nested_fully-crossed_cross-classified_models.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strengejacke/mixed-models-snippets/HEAD/nested_fully-crossed_cross-classified_models.html -------------------------------------------------------------------------------- /overview_modelling_packages.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strengejacke/mixed-models-snippets/HEAD/overview_modelling_packages.Rmd -------------------------------------------------------------------------------- /overview_modelling_packages.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strengejacke/mixed-models-snippets/HEAD/overview_modelling_packages.html -------------------------------------------------------------------------------- /random-effects-within-between-effects-model-glmmtmb.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strengejacke/mixed-models-snippets/HEAD/random-effects-within-between-effects-model-glmmtmb.Rmd -------------------------------------------------------------------------------- /random-effects-within-between-effects-model-glmmtmb.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strengejacke/mixed-models-snippets/HEAD/random-effects-within-between-effects-model-glmmtmb.html -------------------------------------------------------------------------------- /random-effects-within-between-effects-model.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strengejacke/mixed-models-snippets/HEAD/random-effects-within-between-effects-model.Rmd -------------------------------------------------------------------------------- /random-effects-within-between-effects-model.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strengejacke/mixed-models-snippets/HEAD/random-effects-within-between-effects-model.bib -------------------------------------------------------------------------------- /random-effects-within-between-effects-model.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strengejacke/mixed-models-snippets/HEAD/random-effects-within-between-effects-model.html -------------------------------------------------------------------------------- /regression_pkgs_handout.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strengejacke/mixed-models-snippets/HEAD/regression_pkgs_handout.docx -------------------------------------------------------------------------------- /regression_pkgs_handout.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strengejacke/mixed-models-snippets/HEAD/regression_pkgs_handout.pdf -------------------------------------------------------------------------------- /time-varying-covariates.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strengejacke/mixed-models-snippets/HEAD/time-varying-covariates.R -------------------------------------------------------------------------------- /time-varying-covariates.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strengejacke/mixed-models-snippets/HEAD/time-varying-covariates.Rmd -------------------------------------------------------------------------------- /time-varying-covariates.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strengejacke/mixed-models-snippets/HEAD/time-varying-covariates.html --------------------------------------------------------------------------------