rexamples
rexamples copied to clipboard
worked R examples
Worked R examples
Mixed effect models
These are all the mixed effect model examples from two chapters of my book Extending the Linear Model with R. Each model is fit using several different methods:
I have focused on the computation rather than the interpretation of the models.
Examples
- Single Random Effect - the
pulpdata - Randomized Block Design - the
penicillindata - Split Plot Design - the
irrigationdata - Nested Effects - the
eggsdata - Crossed Effects - the
abrasiondata - Multilevel Models - the
jspdata - Longitudinal Models - the
psiddata - Repeated Measures - the
visiondata - Multiple Response Models - the
jspdata - Poisson reponse model - the
nitrofendata - Binary response model - the
ohiodata