plot_real_prediction {regressoR} | R Documentation |
scatter plot between the actual value of the variable to be predicted and the prediction of the model.
plot_real_prediction(real, pred, titles = c("Real", "Prediccion"))
real |
the real values in traning-testing. |
pred |
the prediction values in traning-testing. |
titles |
Labels on the chart |
echarts4r plot
Ariel Arroyo <luis.ariel.arroyo@promidat.com>