Learn R Programming

nparLD (version 2.3.1)

dental: Dental Growth Study

Description

Measurements of distances between the center of the pituitary and the pterygomaxillary fissure in boys. The data illustrate a one-factor longitudinal design.

Usage

dental

Arguments

Format

A data frame with variables:

resp

Distance measurement in millimeters.

time

Age at measurement.

subject

Subject identifier.

Examples

Run this code
data(dental)

dental$time <- factor(dental$time)

if (FALSE) {
fit <- nparLD(resp ~ time,
              data = dental,
              subject = "subject",
              hypothesis = "H0F")
fit
}

if (FALSE) {
fit <- nparLD(resp ~ time,
              data = dental,
              subject = "subject",
              hypothesis = "H0p",
              contrast = list("time", "Tukey"))
fit
plot(fit)
plot(fit$MCTP)
}

Run the code above in your browser using DataLab