Formats a spicy_assoc_detail vector (returned by association
functions with detail = TRUE) with fixed decimal places and
< 0.001 notation for small p-values.
Arguments
- x
A
spicy_assoc_detailobject.- digits
Number of decimal places for the estimate, SE, and confidence interval. 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.