Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Feb 8, 2025
1 parent 1a78b85 commit 49c0df5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/format_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ format_table <- function(x,
if (missing(rope_digits)) rope_digits <- .additional_arguments(x, "rope_digits", digits)
if (missing(ic_digits)) ic_digits <- .additional_arguments(x, "ic_digits", 1)

# find name of coefficient, if present
coef_column_name <- attributes(x)$coef_name

att <- attributes(x)
x <- as.data.frame(x, stringsAsFactors = FALSE)

Expand Down

0 comments on commit 49c0df5

Please sign in to comment.