diff --git a/R/eta_squared-methods.R b/R/eta_squared-methods.R index e57fc423..2e1cf856 100644 --- a/R/eta_squared-methods.R +++ b/R/eta_squared-methods.R @@ -55,7 +55,8 @@ aov_tab$df_error <- aov_tab[["den Df"]] aov_tab <- aov_tab[, c("Parameter", "df", "df_error", "F")] - out <- .es_aov_table(aov_tab, type = type, + out <- .es_aov_table(aov_tab, + type = type, partial = partial, generalized = generalized, ci = ci, alternative = alternative, verbose = verbose,