SSR.boundary: Calculate the futility and efficacy stopping boundaries for...

Description Usage Arguments Value References Examples

View source: R/esDesign.R

Description

The SSD.boundary() is used to calculate the futility and efficacy stopping boundaries, meanwhile protect the overall Type I error rate at the pre-specified level.

Usage

1
SSR.boundary(alpha, pstar)

Arguments

alpha

The overall Type I error rate

pstar

The (1 - power) of accepting the null hypothesis at the interim analysis.

Value

A list contain

References

Examples

1
2
3
alpha <- 0.05
pstar <- 0.2
res <- SSR.boundary(alpha = alpha, pstar = pstar)

esDesign documentation built on July 13, 2021, 9:06 a.m.