Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Apr 12, 2024
1 parent 63aaeec commit f7341ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mixed_anova_2_way.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ mixed_anova_2_way <- function(
g1 <- g1 + ggplot2::geom_line(linewidth = 1)
g1 <- g1 + ggplot2::geom_errorbar(
mapping = ggplot2::aes(
x = repeated_measure,
x = iv,
y = mean,
ymin = ci_95_ll,
ymax = ci_95_ul),
Expand Down

0 comments on commit f7341ae

Please sign in to comment.