plot_var_pred_rd: plot_var_pred_rd

View source: R/mod_dimension_reduction_utils.R

plot_var_pred_rdR Documentation

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")
)

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>


regressoR documentation built on July 9, 2023, 5:26 p.m.