PBIB {SASmixed} | R Documentation |
The PBIB
data frame has 60 rows and 3 columns.
This data frame contains the following columns:
1
to 15
1
to 15
Littel, R. C., Milliken, G. A., Stroup, W. W., and Wolfinger, R. D. (1996), SAS System for Mixed Models, SAS Institute (Data Set 1.5.1).
options(contrasts = c(unordered = "contr.SAS", ordered = "contr.poly")) str(PBIB) fm1PBIB <- lmer(response ~ Treatment + (1|Block), PBIB) summary(fm1PBIB) # compare with output 1.7 pp. 24-25 anova(fm1PBIB)