This function calculates the parameter that specifies the conditional error function running through a given point
getpar(typ, p1 = NA, p2 = p1, c = FALSE)
getpar
returns the parameter (either
type of test: "b"
for Bauer and Koehne (1994), "l"
for Lehmacher and Wassmer (1999), "v"
for Vandemeulebroecke (2006) and "h"
for the horizontal conditional error function
the p-value
the p-value p1
logical determining whether the parameter
Marc Vandemeulebroecke
See parconv
for more information on the two alternative parameterizations by
Bauer, P., Koehne, K. (1994). Evaluation of experiments with adaptive interim analyses. Biometrics 50, 1029-1041.
Lehmacher, W., Wassmer, G. (1999). Adaptive sample size calculations in group sequential trials. Biometrics 55, 1286-1290.
Vandemeulebroecke, M. (2006). An investigation of two-stage tests. Statistica Sinica 16, 933-951.
adaptTest
package description, parconv
, CEF
## Plot the conditional error function of the Lehmacher-Wassmer (1999)
## type that runs through (p1,p2)=(0.3,0.7)
alpha2 <- getpar(typ="l", p1=0.3, p2=0.7)
plotCEF(typ="l", a2=alpha2, add=FALSE)
## Other ways of doing the same as above
plotCEF(typ="l", p1=0.3, p2=0.7, add=FALSE)
plot(CEF(typ="l", p1=0.3, p2=0.7), xlim=0:1)
Run the code above in your browser using DataLab