Learn R Programming

nparcomp (version 3.0)

PGI: Patient Rated Global Impression (PGI) Scores

Description

Scores for the patient rated global impression (PGI) measured on an ordinal scale (ranging from 1 to 6) being observed at baseline and after 4 weeks of treatment. The lower the score, the better the clinical impression.

Usage

data(PGI)

Arguments

Format

A data frame with 30 observations on the following 3 variables.

patient

A numeric vector indicating the patients.

timepoint

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

PGIscore

A numeric vector containing the PGI score.

Examples

Run this code
# NOT RUN {
data(PGI)
boxplot(PGIscore~timepoint,data=PGI)
# }

Run the code above in your browser using DataLab