xmeanci1 {evoper} | R Documentation |
Calculates confidence interval of mean for provided data with desired confidence level. This functions uses bootstrap resampling scheme for estimanting the CI.
xmeanci1(x, alpha = 0.95)
x |
The data set for which CI will be calculated |
alpha |
The confidence level. The default value is 0.95 (95%) |
The confidence interval for the mean calculated using 'boot.ci'