Print Generic for Break Down Objects
# S3 method for break_down
print(x, ..., digits = 3, rounding_function = round)
an explanation created with break_down
other parameters.
number of decimal places (round) or significant digits (signif) to be used.
See the rounding_function
argument.
a function to be used for rounding numbers.
This should be signif
which keeps a specified number of significant digits or round
(which is default) to have the same precision for all components.
a data frame
Explanatory Model Analysis. Explore, Explain and Examine Predictive Models. https://ema.drwhy.ai