Learn R Programming

triggerstrategy (version 1.2.0)

boundary2alpha: Convert normal critical boundaries to cumulative alpha levels.

Description

This function converts normal critical boundaries to cumulative alpha levels.

Usage

boundary2alpha(cvec, t)

Value

alphas, a vector of cumulative errors

Arguments

cvec

a vector of critical boundaries

t

a vector of information times

Author

Jiangtao Gou

Fengqing Zhang

Examples

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

Run the code above in your browser using DataLab