PPimportance | R Documentation |
Calculate the importance of variables in the PPTreereg
model.
For local importance, weighted sum of projection coefficients with the number of data corresponding to
each node as the weighted value in each node is used.
The global importance is absolute sum of local importance.
PPimportance(PPTreeregOBJ,...)
PPTreeregOBJ |
PPTreereg class object - a model to be explained |
... |
arguments to be passed to methods |
An object of the class PPimpobj
data(dataXY)
Model <- PPTreereg(Y~., data = dataXY, DEPTH = 2)
PPimportance(Model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.