View source: R/ci.mean.default.R
ci.mean.default | R Documentation |
Compute mean values with confidence intervals
## Default S3 method:
ci.mean(
x,
alpha = 0.05,
normal = TRUE,
na.rm = TRUE,
statistic = "arithmetic",
...
)
x |
numeric vector |
alpha |
level of significance |
normal |
If |
na.rm |
If |
statistic |
Decide which mean to compute: either |
... |
not used |
Normal approximation
a list with mean values and confidence limits
Thomas Gerds
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.