Description Usage Arguments Details Value Note Author(s) See Also Examples
Show a cgOneFactorDescriptiveTable object, which contains a table of
quantiles and other summary statistics of the data from a
cgOneFactorData object.
1 2 | ## S4 method for signature 'cgOneFactorDescriptiveTable'
show(object)
|
object |
A |
The object is shown using showDefault. See
cgOneFactorDescriptiveTable
for details of the object slots.
show.cgOneFactorDescriptiveTable 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]
cgOneFactorDescriptiveTable, showDefault
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | data(canine)
canine.data <- prepareCGOneFactorData(canine, format="groupcolumns",
analysisname="Canine",
endptname="Prostate Volume",
endptunits=expression(plain(cm)^3),
digits=1, logscale=TRUE, refgrp="CC")
show(descriptiveTable(canine.data, display="none"))
## Censored Data
data(gmcsfcens)
gmcsfcens.data <- prepareCGOneFactorData(gmcsfcens, format="groupcolumns",
analysisname="cytokine",
endptname="GM-CSF (pg/ml)",
logscale=TRUE)
show(descriptiveTable(gmcsfcens.data, display="none"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.