View source: R/confidence_intervals.R
ci_d | R Documentation |
Creates a confidence interval for the standardized mean difference. Assumes predictors are fixed.
ci_d(d, n1, n2, conf = 0.95, iter = 50)
d |
The estimated standardized mean difference. |
n1 |
The sample size for group 1. |
n2 |
The sample size for group 2. |
conf |
The desired (1-α) confidence level. Default is .95. |
iter |
Number of iterations for the stochastic approximation optimization. Default is 50. |
Returns the lower and upper endpoints of the confidence interval.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.