Formats a spicy_assoc_table data frame (returned by
assoc_measures()) with fixed decimal places, aligned columns,
and APA-style <.001 notation for small p-values (same helper as
cross_tab() and the table_*() family).
Arguments
- x
A
spicy_assoc_tableobject.- digits
Number of decimal places for estimates, SE, and confidence intervals. Defaults to 3. The p-value is always formatted separately using APA notation (
<.001or three decimal places, no leading zero), via the sharedformat_p_value()helper used bycross_tab()and thetable_*()family.- ...
Ignored.