panic: Clinical Global Impression (CGI) Scores

Description Usage Format Details Source Examples

Description

Scores for the clinical global impression (CGI) measured on an ordinal scale (ranging from 2 to 8) during eight weeks for 16 patients with panic disorder attacks in a psychiatric clinical trial.

Usage

1

Format

A data frame with 80 observations on the following 2 variables.

CGI

A numeric vector containing the CGI score.

week

A numeric vector indicating the week (0,2,4,6,8) of measurement.

Details

Note that the first observation in each week corresponds to the first patient, the second one to the second patient, and so on. There are 5 repeated measures per patient.

Source

Brunner, E., Domhof, S., Langer, F. (2002): Nonparametric Analysis of Longitudinal Data in Factorial Experiments. Wiley, New York.

Examples

1
2
3
4
5
## Not run: 
data(panic)
boxplot(CGI~week,data=panic)

## End(Not run)

nparcomp documentation built on June 25, 2019, 5:02 p.m.