MMPois: Simulated data for a simple mixed model with Poisson response

Description Usage Format Source Examples

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

1

Format

A data frame with 160 observations on the following 3 variables.

Y

a numeric vector, the Poisson distributed response.

F

a factor with levels F1 F2 F3 F4

R

a factor with levels R1 R2 R3 R4 R5

Source

simulation

Examples

1
2
3
data(MMPois)

boxplot(Y~R*F, data=MMPois, las=2)

BSagri documentation built on May 2, 2019, 8:29 a.m.

Related to MMPois in BSagri...