| heart {asbio} | R Documentation |
Heart rate data from Milliken and Johnson (2009)
Description
A repeated measures demonstration dataset from Milliken and Johnson (1999). Heart rate was measured for twenty four subject at four time periods following administration of a treatment. The treatment types were two active heart drugs and a control. One treatment was assigned to each subject. Thus each drug was administered to eight subjects.
Usage
data(heart)
Format
A data frame with 96 observations on the following 4 variables.
rateA numeric vector describing heart rate (bpm).
timeA factor with levels
t1t2t3t4drugA factor with levels
AX23BWW9CtrlsubjectA factor describing which subject (in drug) that measurements were made on.
Source
Milliken, G. A., and D. E. Johnson (2008) Analysis of Messy Data: Vol. I. Designed Experiments, 2nd edition. CRC.
Examples
## Not run:
#data(heart)
#aov(rate ~ drug * time + Error(subject%in%drug), data = heart)
## End(Not run)
[Package asbio version 1.9-7 Index]