R/size_n.regII.test_rho2.R

Defines functions size_n.regII.test_rho2

Documented in size_n.regII.test_rho2

size_n.regII.test_rho2 <- function(alpha=0.05,beta=0.2,delta=0.1){
  n <- ceiling(2*(qnorm(1-alpha/2)+qnorm(1-beta))^2/delta^2)+3
  n
}

Try the OPDOE package in your browser

Any scripts or data that you put into this service are public.

OPDOE documentation built on May 1, 2019, 8:45 p.m.