importance_plot_rf {regressoR}R Documentation

importance_plot_rf

Description

graphs the importance of variables for the random forest model according to the percentage increase in mean square error.

Usage

importance_plot_rf(
  model.rf,
  titles = c("Importancia de Variables Segun el Porcentaje de Incremento del MSE",
    "Aumento porcentual del error cuadratico medio", "Variable")
)

Arguments

model.rf

a random forest model.

titles

labels on the chart

Value

echarts4r plot

Author(s)

Ariel Arroyo <luis.ariel.arroyo@promidat.com>

See Also

randomForest


[Package regressoR version 3.0.2 Index]