This function is generic (see Methods); method functions can be written to handle specific classes of data. Classes which already have methods for this function include: aovlist, design, formula, lm, mlm.
alias(object, ...)
aov, lm.
bhh.aov <- aov(Yield ~ Conc * Cat * Temp, catalyst[c(2,3,5,8),]) alias(bhh.aov)alias(Yield ~ Conc * Cat * Temp, catalyst[c(2,3,5,8),])