R/propdiff.freq0.R

Defines functions `propdiff.freq0`

`propdiff.freq0` <-
function(len, c1, d1, c2, d2, level=0.95)
{
  propdiff.freq(len, c1/(c1+d1), c2/(c2+d2), level)
}

Try the SampleSizeProportions package in your browser

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

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