Description Usage Arguments Details Value Note Author(s) See Also Examples
Show a cgPairedDifferenceCorrelationTable object, which contains a table of
correlations of the data from a
cgPairedDifferenceData object.
1 2 | ## S4 method for signature 'cgPairedDifferenceCorrelationTable'
show(object)
|
object |
A |
The object is shown using showDefault. See
cgPairedDifferenceCorrelationTable
for details of the object slots.
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.
Contact cg@billpikounis.net for bug reports, questions, concerns, and comments.
Bill Pikounis [aut, cre, cph], John Oleynick [aut], Eva Ye [ctb]
cgPairedDifferenceCorrelationTable, showDefault
1 2 3 4 5 6 7 8 9 10 11 12 13 | 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"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.