| respiration | R Documentation |
Ordinal health-status measurements from patients with a respiratory disorder. The data include study center, treatment group, and repeated visits.
respiration
A data frame with variables:
Ordinal health-status response.
Visit number.
Study center.
Treatment group.
Patient identifier.
## Not run:
data(respiration)
fit <- nparLD(resp ~ center * treatment * time,
data = respiration,
subject = "patient",
hypothesis = "H0F")
fit
## End(Not run)
## Not run:
fit <- nparLD(resp ~ center * treatment * time,
data = respiration,
subject = "patient",
hypothesis = "H0p",
contrast = list("treatment", "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.