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

Description Usage Arguments Value See Also

View source: R/between_diff_ci-function.R

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
between_diff_ci(
  .x,
  .sd,
  .n,
  .x2,
  .sd2,
  .n2,
  .t,
  .return = c("both", "low", "hi")
)

Arguments

.x

the mean from sample 1.

.sd

the standard deviation from sample 1.

.n

the size of sample 1.

.x2

the mean from sample 2.

.sd2

the standard deviation from sample 2.

.n2

the size of sample 2.

.t

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(), tdist_ci(), within_diff_ci()


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