R/mu.freq.R

Defines functions `mu.freq`

`mu.freq` <-
function(len, lambda, level=0.95)
{
  ceiling(4/lambda/len/len*qnorm((1+level)/2)^2)
}

Try the SampleSizeMeans package in your browser

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

SampleSizeMeans documentation built on Aug. 23, 2023, 1:09 a.m.