Usage
guiOutputTask3(n, probTotal, drift, expectedStoppingTime, secondTimeScaleIsUsed, t, t2, t2max, lowerBounds, upperBounds, probStopping, probExceedingUpper, probExceedingLower, BoundsSymmetry, enterBoundsManually, alpha, spendingFunctionUsed)
Arguments
n
is the number of interim analyses.
probTotal
is the total type I error used.
drift
vector of drift parameters
expectedStoppingTime
is expected stopping time (not implemented).
secondTimeScaleIsUsed
second time/information scale (yes=>secondTimeScaleIsUsed==TRUE, no=>secondTimeScaleIsUsed==FALSE)
t
is the vector of information times.
t2
is the second or information time scale, for covariances
lowerBounds
is the vector of lower standardized boundaries
upperBounds
is the vector of upper standardized boundaries
probStopping
is the prob of reaching ith analysis and stopping.
probExceedingUpper
is the prob of reaching ith and exceeding upper.
probExceedingLower
is the prob of reaching ith and exceeding lower.
BoundsSymmetry
BoundsSymmetry==1 means one-sided bounds, BoundsSymmetry==2 means two-sided symmetric and BoundsSymmetry==3 means asymmetric bounds.
enterBoundsManually
denotes whether bounds are entered by user or have to be computed by spending function
alpha
is the total type I error.
spendingFunctionUsed
indicates type I error spending rate function e.g. the function(s) the user choosed.