Print Generic for Break Down Objects

# S3 method for break_down
print(x, ..., digits = 3, rounding_function = round)

Arguments

x

an explanation created with break_down

...

other parameters.

digits

number of decimal places (round) or significant digits (signif) to be used. See the rounding_function argument.

rounding_function

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.

Value

a data frame

References

Explanatory Model Analysis. Explore, Explain and Examine Predictive Models. https://ema.drwhy.ai