Description Usage Arguments Value Examples
A function that generates a 95 percent confidence interval for the population mean
1 | myci(x)
|
x |
The sample to generate the confidence interval from. |
The 95 percent confidence interval values.
1 | ## Not run: set.seed(23);x = rnorm(30,mean=10,sd=12);myci(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.