Description Usage Arguments Details Value Author(s) Examples
Method function for finding confidence intervals.
1 2 3 4 5 6 7 8 9 10 |
x |
|
alpha |
number between zero and one giving the 1 - |
... |
Optional arguments depending on the specific method function. In the case of those for Not used by |
ci.numeric
: Calculates the mean and normal approximation CIs for the mean.
ci.matrix
: Does the same as ci.numeric
, but applies to each column of x
.
ci.numeric
: a numeric vector giving the CI bounds and mean value.
ci.matrix
: a matrix giving the mean and CI bounds for each column of x
.
Eric Gilleland
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.