Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

panic

Clinical Global Impression (CGI) Scores


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

data(panic)

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

## Not run: 
data(panic)
boxplot(CGI~week,data=panic)

## End(Not run)

nparcomp

Multiple Comparisons and Simultaneous Confidence Intervals

v3.0
GPL
Authors
Frank Konietschke [aut, cre], Kimihiro Noguchi [ctr], Kerstin Rubarth
Initial release
2019-06-24

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.