Learn R Programming

nparLD (version 2.3.1)

panic: Panic Disorder Study I

Description

Clinical Global Impression scores from patients with panic disorder and agoraphobia. The data illustrate a one-factor longitudinal design with ordinal responses.

Usage

panic

Arguments

Format

A data frame with variables:

resp

Clinical Global Impression score.

time

Visit or week of assessment.

subject

Patient identifier.

Examples

Run this code
data(panic)

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

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

Run the code above in your browser using DataLab