MM1 {BSagri} | R Documentation |
Simulated data set for a simple mixed model
Description
Simulated data set for a simple mixed model
Usage
data(MM1)
Format
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 effectsR
a factor with levels
R1
R2
R3
R4
R5
, representing random effects, sampled from a normal distribution
Examples
data(MM1)
boxplot(Y~F*R, data=MM1)
[Package BSagri version 0.1-10 Index]