| MMPoisRep {BSagri} | R Documentation |
Simulated data for a simple mixed model with Poisson response
Description
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.
Usage
data(MMPoisRep)
Format
A data frame with 192 observations on the following 4 variables.
plotida factor with 32 levels, representing the 32 experimental units (plots)
culta factor with 4 levels (
C1C2C3C4), representing a fixed factor (e.g. the cultivar)timea factor with 6 levels (
T1T2T3T4T5T6) specifying repeated measurements on the same experimental units (plotid) over timeYa numeric vector, following a Poisson distribution
Source
simulation
Examples
data(MMPoisRep)
boxplot(Y ~ cult*time, data=MMPoisRep, las=TRUE)
[Package BSagri version 0.1-10 Index]