Print method for shapr objects
Arguments
- x
A shapr object
- what
Character. Which component to print. Options are "shapley_est", "shapley_sd", "MSEv", "MSEv_explicand", "MSEv_coalition", and "timing_summary". Defaults to "shapley_est". Only one component can be printed at a time. See the details section of
get_results()
for details about each component.- digits
Integer. Number of significant digits to display. Defaults to 3.
- ...
Further arguments passed to
data.table::print.data.table()
.