powered by
This function converts normal critical boundaries to cumulative alpha levels.
boundary2alpha(cvec, t)
alphas, a vector of cumulative errors
a vector of critical boundaries
a vector of information times
Jiangtao Gou
Fengqing Zhang
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