View source: R/anova_modelsig.R
anova_modelsig | R Documentation |
ANOVA F-Table for Overall Main Effect and Interaction Terms
anova_modelsig(
x,
eta_squared = TRUE,
omega_squared = TRUE,
epsilon_squared = FALSE,
digits = 3,
id_col = "Subject"
)
x |
an lmer model object |
eta_squared |
logical. Include partial-eta sqaured effect size? Default: TRUE |
omega_squared |
logical. Include omega sqaured effect size? Default: TRUE |
epsilon_squared |
logical. Include epsilon sqaured effect size? Default: FALSE |
digits |
How many decimal places to round to? Default is 3. |
id_col |
The column containing subject ids. Default is "Subject" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.