tl_plot_intervals: Create confidence and prediction interval plots

View source: R/supervised-regression.R

tl_plot_intervalsR Documentation

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

Value

A ggplot object


tidylearn documentation built on Feb. 6, 2026, 5:07 p.m.