print.break_down {iBreakDown} | R Documentation |
Print Generic for Break Down Objects
Description
Print Generic for Break Down Objects
Usage
## S3 method for class 'break_down'
print(x, ..., digits = 3, rounding_function = round)
Arguments
x |
an explanation created with |
... |
other parameters. |
digits |
number of decimal places (round) or significant digits (signif) to be used.
See the |
rounding_function |
a function to be used for rounding numbers.
This should be |
Value
a data frame
References
Explanatory Model Analysis. Explore, Explain and Examine Predictive Models. https://ema.drwhy.ai
[Package iBreakDown version 2.1.2 Index]