xmeanci1 {evoper}R Documentation

xmeanci1

Description

Calculates confidence interval of mean for provided data with desired confidence level. This functions uses bootstrap resampling scheme for estimanting the CI.

Usage

xmeanci1(x, alpha = 0.95)

Arguments

x

The data set for which CI will be calculated

alpha

The confidence level. The default value is 0.95 (95%)

Value

The confidence interval for the mean calculated using 'boot.ci'


[Package evoper version 0.5.0 Index]