This function plots the mean absolute SHAP values for the ReSurv fits of machine learning models.

# S3 method for class 'ReSurvFit'
plot(x, nsamples = NULL, ...)

Arguments

x

ReSurvFit x.

nsamples

integer, number of observations to sample for neural networks features importance plot.

...

Other arguments to be passed to plot.

Value

ggplot2 of the SHAP values for an "XGB" model or a "NN" model.