Learn R Programming

GroupSeq (version 1.0)

guiOutputTask1: output results from Task -1-

Description

This will output the results computed in Task -1- Output is via GUI with possibilty to save the results.

Usage

guiOutputTask1(n, alpha, t, lowerBounds, upperBounds, probDifference, probExit, BoundsSymmetry, spendingFunctionUsed)

Arguments

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.

See Also

groupseq, guiOutputTask2 guiOutputTask3, guiOutputTask4

Examples

Run this code
## function is called within gui - so example won�t work as a stand alone and is quite useless anyway

Run the code above in your browser using DataLab