Plots residuals (observed - residuals) values vs. predicted values. The predicted values are obtained from the model with the parameters values estimated by maximum likelihood estimation using simulated annealing.
mle_plot_residuals(
x,
yvar,
lab_residuals = "Residuals",
lab_predicted = "Predicted",
...
)
A ggplot
object displaying the residuals vs. predicted values,
with a horizontal line at zero.
List with the results of the simulated annealing algorithm for Maximum
Likelihood Estimation. See likelihood::anneal()
The name of the column that contains the dependent variable
(the “observed” value). This column must be present in the source_data
of the x
(results) list
The text for the residual axis lab (y-axis)
The text for the predicted axis lab (x-axis)
other ggplot2 parameters