respiration: Respiratory Disorder Study

respirationR Documentation

Respiratory Disorder Study

Description

Ordinal health-status measurements from patients with a respiratory disorder. The data include study center, treatment group, and repeated visits.

Usage

respiration

Format

A data frame with variables:

resp

Ordinal health-status response.

time

Visit number.

center

Study center.

treatment

Treatment group.

patient

Patient identifier.

Examples


## 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)


nparLD documentation built on Aug. 28, 2026, 5:06 p.m.