print.break_down function

Print Generic for Break Down Objects

Print Generic for Break Down Objects

## S3 method for class '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.

Returns

a data frame

References

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