Learn R Programming

cg (version 1.0-2)

anorexiaFT: AnorexiaFT Data Set in the cg package

Description

A data frame used to illustrate the cg package. It has a Paired Samples / Paired Difference layout.

Usage

data(anorexiaFT)

Arguments

Details

The anorexiaFT data set that comes with the cg package is in groupcolumns format for the prepareCGPairedDifferenceData call. Each column represents a group, and each row represents an individual patient, or experimental unit. Each observation in a row that spans the two group columns are paired individual response or outcome values.

The purpose of the study was to evaluate effects of multiple treatments on weight as a marker for anorexia, and to compare their relative effectiveness.

See anorexia in the MASS package for references and more details.

See Also

anorexia, prepareCGPairedDifferenceData

Examples

Run this code
data(anorexiaFT)
str(anorexiaFT)

Run the code above in your browser using DataLab