Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Dec 15, 2024
1 parent e7cee5f commit 5c4697e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_marginalcontrasts.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ get_marginalcontrasts <- function(model,
)

attr(out, "table_title") <- c("Marginal Contrasts Analysis", "blue")
attr(out, "table_footer") <- .estimate_means_footer(out, type = "contrasts", p_adjust = NULL)
attr(out, "table_footer") <- .estimate_means_footer(out, by = by, type = "contrasts", p_adjust = NULL)

out
}
Expand Down

0 comments on commit 5c4697e

Please sign in to comment.