show.cgPairedDifferenceCorrelationTable {cg} | R Documentation |
Show a Paired Difference Correlation Table object from the cg package
Description
Show a cgPairedDifferenceCorrelationTable
object, which contains a table of
correlations of the data from a
cgPairedDifferenceData
object.
Usage
## S4 method for signature 'cgPairedDifferenceCorrelationTable'
show(object)
Arguments
object |
A |
Details
The object is shown using showDefault
. See
cgPairedDifferenceCorrelationTable
for details of the object slots.
Value
show.cgPairedDifferenceCorrelationTable
returns invisible
.
The main purpose is the side
effect of printing the whole object to the current output connection, which is
typically the console.
Note
Contact cg@billpikounis.net for bug reports, questions, concerns, and comments.
Author(s)
Bill Pikounis [aut, cre, cph], John Oleynick [aut], Eva Ye [ctb]
See Also
cgPairedDifferenceCorrelationTable
, showDefault
Examples
data(anorexiaFT)
anorexiaFT.data <- prepareCGPairedDifferenceData(anorexiaFT, format="groupcolumns",
analysisname="Anorexia FT",
endptname="Weight",
endptunits="lbs",
expunitname="Patient",
digits=1,
logscale=TRUE)
## Next two calls are equivalent
correlationTable(anorexiaFT.data, display="show")
show(correlationTable(anorexiaFT.data, display="none"))
[Package cg version 1.0-3 Index]