| panic | R Documentation |
Clinical Global Impression scores from patients with panic disorder and agoraphobia. The data illustrate a one-factor longitudinal design with ordinal responses.
panic
A data frame with variables:
Clinical Global Impression score.
Visit or week of assessment.
Patient identifier.
data(panic)
## Not run:
fit <- nparLD(resp ~ time,
data = panic,
subject = "subject",
hypothesis = "H0F", contrast =list("time", "Dunnett"))
fit
## End(Not run)
## Not run:
fit <- nparLD(resp ~ time,
data = panic,
subject = "subject",
hypothesis = "H0p",
contrast = list("time", "Dunnett"))
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.