Description Usage Arguments Details Value Note Author(s) See Also Examples
Print a cgOneFactorSampleSizeTable
object, which contains a table of
sample size estimates based on a cgOneFactorFit
object.
1 2 |
x |
A |
title |
The title for the table. If |
endptname |
The endpoint name, printed out with the table.
If |
... |
Additional arguments. Currently one is valid:
|
The object is printed using a mix of cat
and print
calls. See
cgOneFactorSampleSizeTable
for details of the *.sstable
and other object slots.
print.cgOneFactorSampleSizeTable
returns invisible
.
The main purpose is the side
effect of printing 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]
1 2 3 4 5 6 7 8 9 10 11 12 | data(canine)
canine.data <- prepareCGOneFactorData(canine, format="groupcolumns",
analysisname="Canine",
endptname="Prostate Volume",
endptunits=expression(plain(cm)^3),
digits=1, logscale=TRUE, refgrp="CC")
canine.fit <- fit(canine.data)
canine.samplesize <- samplesizeTable(canine.fit, direction="increasing",
model="olsonly",
mmdvec=c(10, 25, 50, 75, 100), display="none")
print(canine.samplesize)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.