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

# 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

Examples

set.seed(2018) d <- rnorm(100) + 3.2 TInterval(d)
#> [1] "TInterval: (n=100 ~ 3.221+-1.016*Z: c(0.9747)[3.02, 3.422])."