plot_pred_rd {regressoR} | R Documentation |
plot_pred_rd
Description
graph of variance explained in the predictors according to components used.
Usage
plot_pred_rd(
model,
n.comp,
titles = c("Varianza Explicada en Predictores", "Numero de Componentes",
"Porcentaje de Varianza Explicada")
)
Arguments
model |
a dimension reduction model. |
n.comp |
the optimum number of components. |
titles |
labels on the chart |
Value
echarts4r plot
Author(s)
Ariel Arroyo <luis.ariel.arroyo@promidat.com>
[Package regressoR version 3.0.2 Index]