residuals_plot: Plot of the residuals Results

Description Usage Arguments

View source: R/residuals.plot.r

Description

This function plots the residuals from the results once the training has finish.

Usage

1
2
residuals_plot(observed = NULL, predicted = NULL,
  title = "Residuals plot")

Arguments

observed

Vector. The observed values from the data training.

predicted

Vector. The predicted values from the model's result.

title

Character. The title to be shown in the plot.


OscarGVelasco/DeepNeuralNetworks4R documentation built on Jan. 24, 2021, 12:42 a.m.