plank | R Documentation |
Abebe et al. (2001) discuss a dataset resulting from a three-way layout for a neurological experiment in which the time required for a mouse to exit a narrow elevated wooden plank is measured. The response is the log of time (in seconds) to exit. Interest lies in assessing the effects of three factors: the Mouse Strain (Tg+, Tg-), the mouse's Gender (female, male), and the mouse's Age (Aged, Middle, Young). The design is a 2 by 2 by 3 factorial design.
data(plank)
A data frame with 64 observations on the following 4 variables.
response
a numeric vector
strain
a factor with levels 1
2
gender
a factor with levels 1
2
age
a factor with levels 1
2
3
Abebe, A., Crimin, K., McKean, J. W., Vidmar, T. J., and Haas, J. V. (2001) “Rank-Based Procedures for Linear Models: Applications to Pharmaceutical Science Data" Drug Information Journal,
data(plank)
boxplot(response~strain,data=plank)
raov(response~strain:gender:age,data=plank)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.