guiOutputTask1 {GroupSeq} | R Documentation |
This will output the results computed in Task -1- Output is via GUI with possibilty to save the results.
guiOutputTask1(n, alpha, t, lowerBounds, upperBounds, probDifference, probExit, BoundsSymmetry, spendingFunctionUsed)
n |
is the number of interim analyses. |
alpha |
is the total type I error. |
t |
is the vector of information times. |
lowerBounds |
is the vector of lower standardized boundaries |
upperBounds |
is the vector of upper standardized boundaries |
probDifference |
probDifference(i) = probExit(i)-probExit(i-1) where probExit is a vector of exit probabilities |
probExit |
is a vector of exit probabilities. |
BoundsSymmetry |
BoundsSymmetry==1 means one-sided bounds, BoundsSymmetry==2 means two-sided symmetric and BoundsSymmetry==3 means asymmetric bounds. |
spendingFunctionUsed |
indicates type I error spending rate function e.g. the function(s) the user choosed. |
This function is meant to be called in context of using groupseq
Roman Pahl
groupseq
, guiOutputTask2
guiOutputTask3
, guiOutputTask4
## function is called within gui - so example won´t work as a stand alone and is quite useless anyway