tl_plot_intervals: Create confidence and prediction interval plots
Description
Create confidence and prediction interval plots
Usage
tl_plot_intervals(model, new_data = NULL, level = 0.95, ...)
Arguments
- model
A tidylearn regression model object
- new_data
Optional data frame for prediction (if NULL, uses training data)
- level
Confidence level (default: 0.95)
- ...
Additional arguments