
Last chance! 50% off unlimited learning
Sale ends in
Show a cgPairedDifferenceVarianceTable
object, which contains a table of
variances from a
cgPairedDifferenceFit
object.
# S4 method for cgPairedDifferenceVarianceTable
show(object)
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.
A cgPairedDifferenceVarianceTable
object, typically created by
varianceTable.cgPairedDifferenceFit
.
Bill Pikounis [aut, cre, cph], John Oleynick [aut], Eva Ye [ctb]
The object is shown using showDefault
. See
cgPairedDifferenceVarianceTable
for details of the object slots.
cgPairedDifferenceVarianceTable
, showDefault
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"))
Run the code above in your browser using DataLab