tdist_ci: Computes confidence intervals using the T distribution

Description Usage Arguments Value See Also

View source: R/tdist_ci-function.R

Description

Computes confidence intervals using the T distribution

Usage

1
tdist_ci(.mean, .sd, .n, .t_crit, .return = c("both", "low", "hi"))

Arguments

.mean

the sample mean for which the CI is being estimated

.sd

The sample standard deviation

.n

The sample size

.t_crit

the critical T value

.return

One of c("both","low","hi"). Defaults to both, returning a list with the lower and upper limits

Value

a list with the lower and upper confidence limits, or

See Also

Other point estimate helpers: adjwald_ci(), between_diff_ci(), within_diff_ci()


darrellpenta/uxstats documentation built on Jan. 18, 2022, 8:06 p.m.