bmpt-class {TailRank} | R Documentation |
A class for producing BioMarker Power Tables (bmpt), and methods for
accessing them. This class is primarily an implementation detail for
the function biomarker.power.table
.
bmpt(G, psi, conf, power) ## S4 method for signature 'bmpt': print(x,...) ## S4 method for signature 'bmpt': summary(object,...)
G |
A positive integer. |
psi |
A real number between 0 and 1. |
conf |
A real number between 0 and 1. |
power |
A data frame. |
x |
A bmpt object. |
object |
A bmpt object. |
... |
Extra graphical parameters |
Although objects can be created using new
, the preferred method
is to use the constructor function bmpt
. In practice, these
objects are most likely to be created using the more general interface
through biomarker.power.table
.
G
:psi
:conf
:power
:x
.object
.
See biomarker.power.table
for examples.
Kevin R. Coombes <kcoombes@mdanderson.org>
tail.rank.test
,
tail.rank.power
,
biomarker.power.table