print.break_down: Print Generic for Break Down Objects

View source: R/print_break_down.R

print.break_downR 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 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


DrWhy2/breakDown2 documentation built on Jan. 3, 2024, 10:36 p.m.