R/pow2x2ci.R

Defines functions pow2x2ci

Documented in pow2x2ci

pow2x2ci = function(n1, n2, LL, UL, Alpha=0.1)
{
  mse = ci2mse(n1, n2, LL, UL, Alpha)
  Power = pow2x2mse(n1, n2, mse)
  return(Power)
}

Try the BE package in your browser

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

BE documentation built on Jan. 7, 2023, 1:11 a.m.