Skip to content

Instantly share code, notes, and snippets.

@smc-ribes
smc-ribes / Mixed models R code - 10192012
Created October 19, 2012 18:31
Some rough approaches to mixed models in R
setwd() #if needed
#a collection of approaches to mixed models in R
#this is intended to be a short demo on mixed model approaches
#BUT!!!! (Disclaimer)
#The examples below are very likely NOT to be the best representations of a mixed model, even for this dataset!
data<-read.csv("MixedModelExData.csv",header=T)
head(data) #What does this all mean?