View source: R/confidence_intervals.R
ci_f | R Documentation |
Creates a confidence interval for Cohen's f.
ci_f(f, df1, df2, fixed = FALSE, conf = 0.95)
f |
Estimated value of Cohen's f. |
df1 |
The degrees of freedom numerator for the F-test associated with f. |
df2 |
The degrees of freedom denominator for the F-test associated with f. |
fixed |
Specifies whether the predictors in the model are either fixed or random. The default is FALSE for random predictors. |
conf |
The desired (1-α) confidence level. Default is .95. |
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.