powered by
Report sample size (n), sample mean, bias-corrected standard deviation estimate (assuming normality, using a chi-square distribution correction from https://en.wikipedia.org/wiki/Unbiased_estimation_of_standard_deviation#Bias_correction), and a Student t-test tolerance-style confidence interval.
# S3 method for sigr_tinterval render( statistic, ..., format, statDigits = 4, sigDigits = 4, pLargeCutoff = 0.05, pSmallCutoff = 1e-05 )
formatted string
wrapped TInterval.
extra arguments (not used)
if set the format to return ("html", "latex", "markdown", "ascii", "docx", ...)
integer number of digits to show in summaries.
integer number of digits to show in significances.
value to declare non-significance at or above.
smallest value to print
set.seed(2018) d <- rnorm(100) + 3.2 TInterval(d)
Run the code above in your browser using DataLab