plot_RMSE {regressoR}R Documentation

plot_RMSE

Description

graph the root mean square error of cross validation according to components used.

Usage

plot_RMSE(
  model,
  n.comp,
  titles = c("RMSE Segun Numero de Componentes", "Numero de Componente", "RMSE")
)

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]