powered by
Simulated data set for a simple mixed model
data(MM1)
A data frame with 160 observations on the following 3 variables.
Y
a numeric vector, the response, sampled from a normal distribution
F
a factor with levels F1 F2 F3 F4, representing fixed effects
F1
F2
F3
F4
R
a factor with levels R1 R2 R3 R4 R5, representing random effects, sampled from a normal distribution
R1
R2
R3
R4
R5
# NOT RUN { data(MM1) boxplot(Y~F*R, data=MM1) # }
Run the code above in your browser using DataLab