effectsize
APIRead the Support functions for model extensions vignette.
.es_aov_simple(
aov_table,
type = c("eta", "omega", "epsilon"),
partial = TRUE,
generalized = FALSE,
include_intercept = FALSE,
ci = 0.95,
alternative = "greater",
verbose = TRUE
).es_aov_strata(
aov_table,
DV_names,
type = c("eta", "omega", "epsilon"),
partial = TRUE,
generalized = FALSE,
include_intercept = FALSE,
ci = 0.95,
alternative = "greater",
verbose = TRUE
)
.es_aov_table(
aov_table,
type = c("eta", "omega", "epsilon"),
partial = TRUE,
generalized = FALSE,
include_intercept = FALSE,
ci = 0.95,
alternative = "greater",
verbose = TRUE
)
Input data frame
Which effect size to compute?
See eta_squared()
.
Should the intercept ((Intercept)
) be included?
A character vector with the names of all the predictors,
including the grouping variable (e.g., "Subject"
).