R/ci2cv.R

Defines functions ci2cv

Documented in ci2cv

ci2cv = function(n1, n2, LL, UL, Alpha=0.1)
{
  mse = ci2mse(n1, n2, LL, UL, Alpha)
  return(mse2cv(mse))
}

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.