MMPoisRep {BSagri} | R Documentation |
Simulated data with a fixed factor cult (4 levels), with 8 randomized replications each, a (fixed) factor time (6 levels), which are repeated measurements taken from the same experimental units. The 32 experimental (plotid) units differ in their mean response follwing a gaussian distribution. The response Y follows a Poisson distribution.
data(MMPoisRep)
A data frame with 192 observations on the following 4 variables.
plotid
cult
C1
C2
C3
C4
), representing a fixed factor (e.g. the cultivar)time
T1
T2
T3
T4
T5
T6
) specifying repeated measurements on the same experimental units (plotid) over timeY
Created by simulation.
data(MMPoisRep) boxplot(Y ~ cult*time, data=MMPoisRep, las=TRUE)