Learn R Programming

tidylearn (version 0.1.0)

tl_plot_actual_predicted: Plot actual vs predicted values for a regression model

Description

Plot actual vs predicted values for a regression model

Usage

tl_plot_actual_predicted(model, new_data = NULL, ...)

Value

A ggplot object

Arguments

model

A tidylearn regression model object

new_data

Optional data frame for evaluation (if NULL, uses training data)

...

Additional arguments