Learn R Programming

regressoR (version 3.0.2)

plot_real_prediction: plot_real_prediction

Description

scatter plot between the actual value of the variable to be predicted and the prediction of the model.

Usage

plot_real_prediction(
  real,
  prediction,
  model = "",
  titles = c("Predicciones vs Valores Reales", "Valor Real", "Prediccion")
)

Value

echarts4r plot

Arguments

real

the real values in traning-testing.

prediction

the prediction values in traning-testing.

model

the name of the model of the scatter plot.

titles

Labels on the chart

Author

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