x
|
square numeric matrix
|
fmt
|
how to format numeric values: integer, user-supplied function, or modelsummary function.
|
leading_zero
|
boolean. If FALSE , leading zeros are removed
|
diagonal
|
character or NULL. If character, all elements of the diagonal are replaced by the same character (e.g., "1").
|
upper_triangle
|
character or NULL. If character, all elements of the upper triangle are replaced by the same character (e.g., "" or ".").
|
stars
|
to indicate statistical significance
-
FALSE (default): no significance stars.
-
TRUE: c(“+” = .1, “” = .05, ”” = .01, ”” = 0.001)
-
Named numeric vector for custom stars such as c(’*’ = .1, ‘+’ = .05)
-
Note: a legend will not be inserted at the bottom of the table when the estimate or statistic arguments use "glue strings" with stars.
|