Inherited methods
Method computeCriticalValues()
Compute the critical boundary value \(c_\alpha\)
Usage
ASSISTDesignB$computeCriticalValues()
Returns
a named vector of a single value containing the value for c
Method explore()
Explore the design using the specified number of simulations, random number seed, and
further parameters.
Usage
ASSISTDesignB$explore(
numberOfSimulations = 100,
rngSeed = 12345,
trueParameters = self$getDesignParameters(),
showProgress = TRUE,
saveRawData = FALSE
)
Arguments
numberOfSimulations
default number of simulations is 100
rngSeed
default seed is 12345
trueParameters
the state of nature, by default the value of self$getDesignParameters()
as would be the case for a Type I error calculation. If changed, would yield power.
showProgress
a boolean flag to show progress, default TRUE
saveRawData
a flag (default FALSE
) to indicate if raw data has to be saved
Returns
a list of results
Method analyze()
Analyze the exploration data from trial
Usage
ASSISTDesignB$analyze(trialExploration)
Arguments
trialExploration
the result of a call to explore()
to simulate the design
Returns
Return a list of summary quantities
Print the operating characteristics of the design using the analysis data
Usage
ASSISTDesignB$summary(analysis)
Arguments
analysis
the analysis result from the analyze()
call
Method clone()
The objects of this class are cloneable with this method.
Usage
ASSISTDesignB$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.