From 0c17ccb99f5f46fab95899c68a5ae4daa877fa6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Th=C3=A9riault?= <13123390+rempsyc@users.noreply.github.com> Date: Sun, 13 Aug 2023 22:20:02 -0400 Subject: [PATCH] styler --- R/eta_squared-methods.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,