trialDesign_binom_two-class {EurosarcBayes} | R Documentation |
Class "trialDesign_binom_two"
Description
This is the s4 class for Binomial two endpoint designs with frequentist and Bayesian properties.
Objects from the Class
Objects can be created by calls of the form new("trialDesign_binom_two", ...)
.
Slots
reviews
:Object of class
"numeric"
, a vector of the number of patients each interim analysis will occur atdata
:Object of class
"data.frame"
, exact simulation values for each scenariocutpoints
:Object of class
"data.frame"
, the most extreme cutpoints when cause the trial to stop on their own (ignoring interaction with the other endpoint)precision
:Object of class
"numeric"
, should be a vector of ones confirming probability is all accounted fordecision
:Object of class
"list"
, a list of matrices for the decisions to be made at each interim analysispost.futility
,post.efficacy
,post.toxicity
,post.no_toxicity
:Object of class
"numeric"
, The posterior probabilities of the designgraph
:Object of class
"list"
, an optional argument to pass to plot for the ploting of the first graph- data
Exact simulation values for each scenario
Methods
- plot
signature(x = "trialDesign_binom_two", y = "ANY")
: ...signature(x = "trialDesign_binom_two")
: ...- show
signature(object = "trialDesign_binom_two")
: ...
Examples
showClass("trialDesign_binom_two")