
Create confidence and prediction interval plots
Source:R/supervised-regression.R
tl_plot_intervals.RdCreate confidence and prediction interval plots
Value
A ggplot object.
Examples
# \donttest{
model <- tl_model(mtcars, mpg ~ wt, method = "linear")
tl_plot_intervals(model)
# }