View source: R/mod_dimension_reduction_utils.R
plot_pred_rd | R Documentation |
graph of variance explained in the predictors according to components used.
plot_pred_rd(
model,
n.comp,
titles = c("Varianza Explicada en Predictores", "Numero de Componentes",
"Porcentaje de Varianza Explicada")
)
model |
a dimension reduction model. |
n.comp |
the optimum number of components. |
titles |
labels on the chart |
echarts4r plot
Ariel Arroyo <luis.ariel.arroyo@promidat.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.