calculatef2 {cSEM}R Documentation

Calculate Cohens f^2

Description

Calculate the effect size for regression analysis (Cohen 1992) known as Cohen's f^2.

Usage

calculatef2(.object = NULL)

Arguments

.object

An R object of class cSEMResults resulting from a call to csem().

Value

A matrix with as many rows as there are structural equations. The number of columns is equal to the total number of right-hand side variables of these equations.

References

Cohen J (1992). “A power primer.” Psychological Bulletin, 112(1), 155–159.

See Also

assess(), csem, cSEMResults


[Package cSEM version 0.5.0 Index]