regressoR (version 3.0.2)

plot_var_pred_rd: plot_var_pred_rd

Description

graph of the variance explained in the variable to predict according to the components used.

Usage

plot_var_pred_rd(
  model,
  n.comp,
  titles = c("Varianza Explicada en Variable a Predecir", "Numero de Componente",
    "Porcentaje de Varianza Explicada")
)

Value

echarts4r plot

Arguments

model

a dimension reduction model.

n.comp

the optimum number of components.

titles

labels on the chart

Author

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