add_effect_sizes | R Documentation |
Calculates effect-size measures for Analysis of Variance output objects. This function is not exported and will soon be deprecated.
add_effect_sizes(x, es = "ges", observed = NULL, intercept = FALSE)
x |
An object of class |
es |
Character. A vector naming all to-be-computed effect-size measures.
Currently, partial eta-squared ( |
observed |
Character. A vector naming all factors that are observed (i.e., not manipulated). |
intercept |
Logical. Should the sum of squares of the intercept (i.e., the deviation of the grand mean from 0) be included in the calculation of eta-squared? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.