Learn R Programming

nparcomp (version 3.0)

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)

Arguments

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.

Examples

Run this code
# NOT RUN {
data(panic)
boxplot(CGI~week,data=panic)
# }

Run the code above in your browser using DataLab