data(anorexiaFT)
anorexia
data frame
included in the MASS package. Out of the three groups there,
only the factor level FT
group makes up the anorexiaFT
data frame. The endpoint is Weight in pounds (lbs), FT
represents "Family Therapy" treament, and the paired levels are
PreWt
PostWt
anorexia
in the MASS package for additional description.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.
anorexia
, prepareCGPairedDifferenceData
data(anorexiaFT)
str(anorexiaFT)
Run the code above in your browser using DataLab