| edema | R Documentation |
Skin-temperature measurements from patients after hand surgery. The study compares treatment groups and includes two repeated-measures factors.
edema
A data frame with variables:
Skin temperature measurement.
Hand factor.
Day factor.
Treatment group.
Subject identifier.
data(edema)
## Not run:
fit <- nparLD(resp ~ group * time1 * time2,
data = edema,
subject = "subject",
hypothesis = "H0F")
fit
## End(Not run)
## Not run:
fit <- nparLD(resp ~ group * time1 * time2,
data = edema,
subject = "subject",
hypothesis = "H0p",
contrast = list("group", "Tukey"),
Factor.Information = TRUE)
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.