petasq_ {apa}R Documentation

Partial Eta Squared

Description

Calculate the partial eta squared effect size from sum of squares.

\eta_p^2 = \frac{SS_effect}{SS_effect + SS_error}

Usage

petasq_(ss_effect, ss_error)

Arguments

ss_effect

numeric, sum of squares of the effect

ss_error

numeric, sum of squares of the corresponding error


[Package apa version 0.3.4 Index]