diff --git a/R/print.R b/R/print.R index 8da427019..42822f35c 100644 --- a/R/print.R +++ b/R/print.R @@ -273,10 +273,7 @@ print.marginaleffects <- function(x, notes <- c(print_type_text, print_columns_text) if (!is.null(notes)) args$notes <- notes tab <- do.call(tinytable::tt, args) - tab <- tinytable::format_tt(i = 0, tab, escape = TRUE) - if ("p.value" %in% colnames(tab)) { - tab <- tinytable::format_tt(tab, j = "p.value", escape = TRUE) - } + tab <- tinytable::format_tt(tab, escape = TRUE) if (isTRUE(splitprint)) { msg <- "%s rows omitted"