plot_real_prediction: plot_real_prediction

View source: R/mod_models_utils.R

plot_real_predictionR Documentation

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, pred, titles = c("Real", "Prediccion"))

Arguments

real

the real values in traning-testing.

pred

the prediction values in traning-testing.

titles

Labels on the chart

Value

echarts4r plot

Author(s)

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


regressoR documentation built on April 3, 2025, 9:32 p.m.