conf.int: Confidence interval

View source: R/PLE.R

conf.intR Documentation

Confidence interval

Description

Calculate the confidence limit for a confidence interval around a mean at the 95% confidence level

Usage

conf.int(mu)

Arguments

mu

The sampled variable. This might commonly be set of values calculated from inventory plots

Value

The confidence limit in the same units as mu

Examples

vols<-runif(20, 150, 250)
conf.int(mu = vols)


jonathandash/wafR documentation built on March 27, 2022, 11:47 a.m.