PPshapsummary {PPtreeregViz} | R Documentation |
Summary plot
Description
Summary plot using PPKernelSHAP
Usage
PPshapsummary(data_long,...)
Arguments
data_long |
|
... |
arguments to be passed to methods |
Details
A summary plot is used to see the aspects of important variables for each final node. The summary plot summarizes information about the independent variables that contributed the most to the model's prediction in the training data in the form of a density plot.
Value
An object of the class ggplot
Examples
data(dataXY)
testX <- dataXY[1,-1]
Model <- PPTreereg(Y~., data = dataXY, DEPTH = 2)
shap_long <- ppshapr_prep(Model, final.rule =5, method="simple")
PPshapsummary(shap_long)
[Package PPtreeregViz version 2.0.5 Index]