varimp.rfsrc | R Documentation |
Compute variable importance random forest
## S3 method for class 'rfsrc'
varimp(
object,
type = c("coef", "perm", "model"),
relative = TRUE,
newdata,
nrep = 20,
parallelize = TRUE,
nclusters = parallel::detectCores(),
...
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.