Learn R Programming

sasLM (version 0.6.0)

UCL: Upper Confidence Limit

Description

The estimate of the upper bound of confidence limit using t-distribution

Usage

UCL(x, conf.level=0.95)

Arguments

x

a vector of numerics

conf.level

confidence level

Value

The estimate of the upper bound of confidence limit using t-distribution

Details

It removes NA in the input vector.