| MMPois {BSagri} | R Documentation |
Simulated data for a simple mixed model with Poisson response
Description
A fixed factor F (four levels) and a random factor (five levels), modifying the mean response (random Intercept) Y is a variable following a Poisson distribution.
Usage
data(MMPois)
Format
A data frame with 160 observations on the following 3 variables.
Ya numeric vector, the Poisson distributed response.
Fa factor with levels
F1F2F3F4Ra factor with levels
R1R2R3R4R5
Source
simulation
Examples
data(MMPois)
boxplot(Y~R*F, data=MMPois, las=2)
[Package BSagri version 0.1-10 Index]