Skip to contents

Plots observed versus predicted values.

Usage

plot_prediction(y_true, y_pred, ...)

Arguments

y_true

Observed response values.

y_pred

Predicted response values.

...

Additional graphical arguments passed to graphics::plot().

Value

Invisibly returns plotted data.