| plank {npsm} | R Documentation |
Plank data
Description
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.
Usage
data(plank)
Format
A data frame with 64 observations on the following 4 variables.
responsea numeric vector
straina factor with levels
12gendera factor with levels
12agea factor with levels
123
References
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,
Examples
data(plank)
boxplot(response~strain,data=plank)
raov(response~strain:gender:age,data=plank)