Description Usage Arguments Value See Also
View source: R/within_diff_ci-function.R
Computes confidence intervals on the difference of means for within-subjects tests
1 | within_diff_ci(.mean, .sd, .n, .alpha, .return = c("both", "low", "hi"))
|
.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 |
a list with the lower and upper confidence limits, or either limit if .return
is specified.
Other point estimate helpers:
adjwald_ci()
,
between_diff_ci()
,
tdist_ci()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.