within_diff_ci: Computes confidence intervals on the difference of means for...

Description Usage Arguments Value See Also

View source: R/within_diff_ci-function.R

Description

Computes confidence intervals on the difference of means for within-subjects tests

Usage

1
within_diff_ci(.mean, .sd, .n, .alpha, .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

.alpha

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 either limit if .return is specified.

See Also

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


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