boundary2alpha: Convert normal critical boundaries to cumulative alpha...

View source: R/Rfun_boundary2alpha.R

boundary2alphaR Documentation

Convert normal critical boundaries to cumulative alpha levels.

Description

This function converts normal critical boundaries to cumulative alpha levels.

Usage

boundary2alpha(cvec, t)

Arguments

cvec

a vector of critical boundaries

t

a vector of information times

Value

alphas, a vector of cumulative errors

Author(s)

Jiangtao Gou

Fengqing Zhang

Examples

t <- c(0.5,0.8,1)
iuse <- 4
result <- gbounds(t=t, iuse=iuse)
print(result)
boundary2alpha(cvec=result$bd, t=t)

triggerstrategy documentation built on July 9, 2023, 5:25 p.m.