importanceScore | R Documentation |
This function computes the importance scores for a LinCDE boosting model.
importanceScore(model, d, n.trees = 1, var.names = NULL)
model |
a LinCDE boosting model. |
d |
the number of covariates. |
n.trees |
the number of trees in the LinCDE boosting model. |
var.names |
vector of variable names. |
The function returns a vector of covariate importances.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.