guiOutputTask1 {GroupSeq}R Documentation

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.

Note

This function is meant to be called in context of using groupseq

Author(s)

Roman Pahl

See Also

groupseq, guiOutputTask2 guiOutputTask3, guiOutputTask4

Examples

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

[Package GroupSeq version 1.0 Index]