print.surv_prediction_breakdown_explainer: Prediction Breakdown Print

View source: R/print_prediction_breakdown.R

print.surv_prediction_breakdown_explainerR Documentation

Prediction Breakdown Print

Description

Prediction Breakdown Print

Usage

## S3 method for class 'surv_prediction_breakdown_explainer'
print(x, ..., digits = 3, rounding_function = round)

Arguments

x

the model model of 'surv_prediction_breakdown_explainer' class

...

further arguments passed to or from other methods

digits

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

rounding_function

function that is to used for rounding numbers. It may be signif() which keeps a specified number of significant digits. Or the default round() to have the same precision for all components


MI2DataLab/survxai documentation built on Sept. 10, 2022, 12:03 a.m.