ci.mean.default {Publish} | R Documentation |
Compute mean values with confidence intervals
Description
Compute mean values with confidence intervals
Usage
## Default S3 method:
ci.mean(
x,
alpha = 0.05,
normal = TRUE,
na.rm = TRUE,
statistic = "arithmetic",
...
)
Arguments
x |
numeric vector |
alpha |
level of significance |
normal |
If |
na.rm |
If |
statistic |
Decide which mean to compute: either |
... |
not used |
Details
Normal approximation
Value
a list with mean values and confidence limits
Author(s)
Thomas Gerds
[Package Publish version 2023.01.17 Index]