Learn R Programming

sigr (version 1.1.0)

TInterval.numeric: Student-T tolerance-style interval around an estimate of a mean from observations.

Description

Student-T tolerance-style interval around an estimate of a mean from observations.

Usage

# S3 method for numeric
TInterval(x, ..., conf.level = 0.95, na.rm = FALSE)

Arguments

x

logical, vector of observations.

...

extra arguments passed to TInterval

conf.level

confidence level to draw interval

na.rm

logical, if TRUE remove NA values

Value

wrapped stat

See Also

TInterval, TIntervalS, TInterval.numeric, TInterval.data.frame

Examples

Run this code
# NOT RUN {
set.seed(2018)
d <- rnorm(100) + 3.2
TInterval(d)


# }

Run the code above in your browser using DataLab