Skip to content

Commit

Permalink
Update format.R
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jan 27, 2025
1 parent e30f88d commit 9164f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/format.R
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ format.marginaleffects_contrasts <- function(x, model = NULL, p_adjust = NULL, c
if (is.null(comparison)) {
comparison <- attributes(x)$comparison
}
browser()

# clean "by" and contrast variable names, for the special cases. for example,
# if we have `by = "name [fivenum]"`, we just want "name"
for (i in focal_terms) {
Expand Down

0 comments on commit 9164f31

Please sign in to comment.