Learn R Programming

statpsych (version 2.0.0)

etasqr.adj: Bias adjustment for an eta-squared estimate

Description

Computes an approximate bias adjustment for eta-squared. This adjustment can be applied to eta-squared, partial-eta squared, and generalized eta-squared estimates.

For more details, see Section 3.7 of Bonett (2021, Volume 1)

Usage

etasqr.adj(etasqr, dfeffect, dferror)

Value

Returns a bias adjusted eta-squared estimate

Arguments

etasqr

unadjusted eta-square estimate

dfeffect

degrees of freedom for the effect

dferror

error degrees of freedom

References

Bonett2021statpsych

Examples

Run this code
etasqr.adj(.315, 2, 42)

# Should return:
# adj Eta-squared
#          0.2824
 

Run the code above in your browser using DataLab