Skip to content

Commit 8d8077f

Browse files
committed
Clean up an ungroup that isn't needed
1 parent da3ee30 commit 8d8077f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/effect_stats.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,6 @@ cor_diff <- function(cor1 = NULL, cor2 = NULL, n1 = NULL, n2 = NULL, x1 = NULL,
469469
#' rowwise() %>%
470470
#' mutate(out = list(magnitude_effects(xbar1, xbar2, sd1, sd2, n1, n2,
471471
#' min_kept = 200, chunk_init = 400))) %>%
472-
#' ungroup() %>%
473472
#' unnest_wider(out)
474473
#'
475474
#' # Paired, use add correlation to dataframe

0 commit comments

Comments
 (0)