conf.int | R Documentation |
Calculate the confidence limit for a confidence interval around a mean at the 95% confidence level
conf.int(mu)
mu |
The sampled variable. This might commonly be set of values calculated from inventory plots |
The confidence limit in the same units as mu
vols<-runif(20, 150, 250) conf.int(mu = vols)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.