panic: Panic Disorder Study I

panicR Documentation

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

Format

A data frame with variables:

resp

Clinical Global Impression score.

time

Visit or week of assessment.

subject

Patient identifier.

Examples

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)


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