Learn R Programming

cg (version 1.0-3)

show.cgPairedDifferenceComparisonsTable: Show a Paired Difference Data Comparisons Table object from the cg package

Description

Show a cgPairedDifferenceComparisonsTable object, which contains information of comparisons based on a fit in a cgPairedDifferenceFit object.

Usage

"show"(object)

Arguments

object
A cgPairedDifferenceComparisonsTable object, typically created by comparisonsTable.cgPairedDifferenceFit.

Value

show.cgPairedDifferenceComparisonsTable returns invisible. The main purpose is the side effect of printing the whole object to the current output connection, which is typically the console.

Details

The object is shown using showDefault. See cgPairedDifferenceComparisonsTable for details of the object slots.

See Also

cgPairedDifferenceComparisonsTable, showDefault

Examples

Run this code
data(anorexiaFT)
anorexiaFT.data <- prepareCGPairedDifferenceData(anorexiaFT, format="groupcolumns",
                                                 analysisname="Anorexia FT",
                                                 endptname="Weight",
                                                 endptunits="lbs",
                                                 expunitname="Patient",
                                                 digits=1,
                                                 logscale=TRUE)
anorexiaFT.fit <- fit(anorexiaFT.data)
show(comparisonsTable(anorexiaFT.fit, display="none"))

Run the code above in your browser using DataLab