Description Usage Arguments Details Value Note Author(s) See Also Examples
Show a cgPairedDifferenceVarianceTable object, which contains a table of
variances from a
cgPairedDifferenceFit object.
1 2 | ## S4 method for signature 'cgPairedDifferenceVarianceTable'
show(object)
|
object |
A |
The object is shown using showDefault. See
cgPairedDifferenceVarianceTable
for details of the object slots.
show.cgPairedDifferenceVarianceTable 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]
cgPairedDifferenceVarianceTable, showDefault
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 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)
## Next two calls are equivalent
varianceTable(anorexiaFT.fit, display="show")
show(varianceTable(anorexiaFT.fit, display="none"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.