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