ci_f: Creates a confidence interval for Cohen's f.

View source: R/confidence_intervals.R

ci_fR Documentation

Creates a confidence interval for Cohen's f.

Description

Creates a confidence interval for Cohen's f.

Usage

ci_f(f, df1, df2, fixed = FALSE, conf = 0.95)

Arguments

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.

Value

Returns the lower and upper endpoints of the confidence interval.


jbiesanz/fabs documentation built on July 15, 2022, 11:02 p.m.