Rats {CoCoCg} | R Documentation |
Drug trail on rats: Weight loss.
data(Rats)
A data frame with 24 observations on the following 4 variables.
1
2
1
2
3
Page 75 of Edwards (2000): The data stem from another drug trail, in which the weight losses of male and female rats under three drug treatments are studied. Four rats of each sex are assigned at random to each drug. Weight losses are observed after one and two weeks.
Edwards, David (2000). Introduction to Graphical modelling, Springer.
Morrison (1976). Multivariate Statistical Methods, McGraw-Hill. Mardia, Kent, and Bibby (1979). Multivariate Analysis, Academic Press.
data(Rats); CoCoObject <- makeCoCoCg(); enterDataFrame(Rats, object = CoCoObject); fullModel <- makeModel(enterModel("*", object = CoCoObject)); eh(object = CoCoObject); eh(sub.class = "hierarchical", object = CoCoObject); endCoCo(object = CoCoObject);