rankingRFEAT | R Documentation |
This function calculates variable importance through a Random Forest + Efficiency Analysis Trees model.
rankingRFEAT(object, barplot = TRUE, digits = 2)
object |
A |
barplot |
|
digits |
Decimal units. |
data.frame
with the importance scores and a barplot representing the variable importance if barplot = TRUE
.
simulated <- X2Y2.sim(N = 50, border = 0.2) RFEAT_model <- RFEAT(data = simulated, x = c(1,2), y = c(3, 4)) rankingRFEAT(object = RFEAT_model, barplot = TRUE, digits = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.