petasq_ {apa} | R Documentation |
Calculate the partial eta squared effect size from sum of squares.
\eta_p^2 = \frac{SS_effect}{SS_effect + SS_error}
petasq_(ss_effect, ss_error)
ss_effect |
numeric, sum of squares of the effect |
ss_error |
numeric, sum of squares of the corresponding error |