Learn R Programming

sasLM (version 0.6.0)

LCL: Lower Confidence Limit

Description

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

Usage

LCL(x, conf.level=0.95)

Arguments

x

a vector of numerics

conf.level

confidence level

Value

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

Details

It removes NA in the input vector.