MM1: Simulated data set for a simple mixed model

Description Usage Format Examples

Description

Simulated data set for a simple mixed model

Usage

1

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 effects

R

a factor with levels R1 R2 R3 R4 R5, representing random effects, sampled from a normal distribution

Examples

1
2
data(MM1)
boxplot(Y~F*R, data=MM1)

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

Related to MM1 in BSagri...