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 biomarkerPowerTable
.
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 biomarkerPowerTable
.
G
:psi
:conf
:power
:x
.object
.
See biomarkerPowerTable
for examples.
Kevin R. Coombes <kcoombes@mdanderson.org>
TailRankTest
,
tailRankPower
,
biomarkerPowerTable