View source: R/residuals.plot.r
This function plots the residuals from the results once the training has finish.
1 2 | residuals_plot(observed = NULL, predicted = NULL,
title = "Residuals plot")
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.