ci.mean.fpc: Confidence interval for a mean with a finite population correction
Description
Computes a confidence interval for a population mean with a finite
population correction (fpc) using the estimated mean, estimated standard
deviation, sample size, and population size. This function is useful when
the sample size is not a small fraction of the population size.
Usage
ci.mean.fpc(alpha, m, sd, n, N)
Value
Returns a 1-row matrix. The columns are:
Estimate - estimated mean
SE - standard error with fpc
LL - lower limit of the confidence interval with fpc
UL - upper limit of the confidence interval with fpc