Skip to content

julianfaraway/rexamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Mixed effect models using Frequentist methods

The comparison above is focused on Bayesian methods but there is also some choice in the Frequentist approach which we explore below using the following packages:

Examples