| rat | R Documentation |
Body-weight measurements from rats observed over a five-week period. The data illustrate longitudinal growth curves in several treatment groups.
rat
A data frame with variables:
Body weight in grams.
Week of measurement.
Treatment group.
Rat identifier.
## Not run:
data(rat)
fit <- nparLD(resp ~ group * time,
data = rat,
subject = "subject",
hypothesis = "H0F")
fit
## End(Not run)
## Not run:
fit <- nparLD(resp ~ group * time,
data = rat,
subject = "subject",
hypothesis = "H0p",
contrast = list("group:time"))
fit
plot(fit)
plot(fit$MCTP)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.