Description Usage Arguments Value Examples
myci() creates a 95% confidence interval of the mean given a vector x. This is like a much simplified version of the t.test() function, obviously with much less functionality.
1 |
x |
A vector of values which you would like to create a 95% confidence interval of the mean for. |
This function returns a vector ci which holds 2 values: ci[1] is the lower bound of the 95% confidence interval of the mean, and ci[2] is the upper bound of the 95% confidence interval of the mean.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.