View source: R/supervised-regression.R
| tl_plot_intervals | R Documentation |
Create confidence and prediction interval plots
tl_plot_intervals(model, new_data = NULL, level = 0.95, ...)
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 |
A ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.