trialDesign_binom_one-class {EurosarcBayes} | R Documentation |
Class "trialDesign_binom_one"
Description
This is the s4 class for Binomial one endpoint designs with frequentist and Bayesian properties.
Objects from the Class
Objects can be created by calls of the form new("trialDesign_binom_one", ...)
.
Slots
reviews
:Object of class
"numeric"
, numeric vector of the number of patients an interim analysis will occur atsuccess
:Object of class
"numeric"
, number of successed needed to stop for efficacyfailure
:Object of class
"numeric"
, number of failures needed to stop for futilityeta
,zeta
:Object of class
"numeric"
, bayesiand properties of the designalpha
,power
,exp.p0
,exp.p1
:Object of class
"numeric"
, frequentist properties of the design including the expected sampel size under H0 and H1p0
,p1
:Object of class
"numeric"
, the probabilities used for H0 and H1 respectively
Methods
- plot
signature(x = "trialDesign_binom_one", y = "ANY")
: ...signature(x = "trialDesign_binom_one")
: ...- show
signature(object = "trialDesign_binom_one")
: ...
Examples
showClass("trialDesign_binom_one")