powered by
Student-T tolerance-style interval around an estimate of a mean from summary.
TIntervalS( sample_size, sample_mean, sample_var, ..., nNA = 0, conf.level = 0.95 )
wrapped stat
numeric scalar integer, size of sample.
numeric scalar, mean of sample.
numeric scalar, variance of sample (Bessel-corrected).
extra arguments passed to TInterval.
number of NAs seen.
confidence level to draw interval
TInterval, TIntervalS, TInterval.numeric, TInterval.data.frame
TInterval
TIntervalS
TInterval.numeric
TInterval.data.frame
set.seed(2018) d <- rnorm(100) + 3.2 TIntervalS(length(d), mean(d), stats::var(d))
Run the code above in your browser using DataLab