| dental | R Documentation |
Measurements of distances between the center of the pituitary and the pterygomaxillary fissure in boys. The data illustrate a one-factor longitudinal design.
dental
A data frame with variables:
Distance measurement in millimeters.
Age at measurement.
Subject identifier.
data(dental)
dental$time <- factor(dental$time)
## Not run:
fit <- nparLD(resp ~ time,
data = dental,
subject = "subject",
hypothesis = "H0F")
fit
## End(Not run)
## Not run:
fit <- nparLD(resp ~ time,
data = dental,
subject = "subject",
hypothesis = "H0p",
contrast = list("time", "Tukey"))
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.