Description Usage Arguments Details Value Note Author(s) See Also Examples
Show a cgPairedDifferenceDownweightedTable object, which contains
information of downweighted observations in a resistant & robust fit
from a cgPairedDifferenceFit object.
1 2 | ## S4 method for signature 'cgPairedDifferenceDownweightedTable'
show(object)
|
object |
A |
The object is shown using showDefault. See
cgPairedDifferenceDownweightedTable
for details of the object slots.
show.cgPairedDifferenceDownweightedTable 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]
cgPairedDifferenceDownweightedTable, 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(downweightedTable(anorexiaFT.fit, cutoffwt=0.25, display="none"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.