Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.63 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.63 KB

MEMo -- Mixed(-Effects) Models

"Advanced Statistical Modelling: Mixed Models" ETH Zurich class 401-4626-00L

Table of Content -- with further links: TOC.md

Literature:

Pinheiro, J.C., and Bates, D.M. (2000) Mixed-Effects Models in S and S-PLUS, Springer.

Doug Bates lme4: Mixed-effects modeling with R (~2010), unpublished;

Feb.2010 version public e.g., on R-forge at http://lme4.r-forge.r-project.org/book/

Updated ("development") version (by M.M.):

lMMwR.pdf.

lMMwR chapter-wise R scripts

For our development version you can get chapter-wise *.R versions, i.e., R scripts from https://stat.ethz.ch/~maechler/MEMo-pages/ :

no Filename (base) Model fits fm_n Comments
1. ChIntro 01 02
2. ChMultiple 03 04 05
3. ChLongitudinal 06 07
4. ChCovariates 16 17 09 14 relabeled models
5. ChTheory 08
6. ChGLMMBinomial 10 11 12 13 (Part II)

Appendix:

. Filename (base) Model fits fm Comments
A. ChProfPairs model 01