geom_lm_pred_int: Drawing prediction interval for OLS linear model

geom_lm_pred_intR Documentation

Drawing prediction interval for OLS linear model

Description

Drawing prediction interval for OLS linear model

Usage

geom_lm_pred_int(
  mapping = NULL,
  data = NULL,
  position = "identity",
  na.rm = FALSE,
  show.legend = NA,
  inherit.aes = TRUE,
  ...
)

Arguments

...

Examples

library(ggplot2)
ggplot(cars) + aes(x = speed, y = dist) +
geom_point() + geom_lm() + geom_lm_pred_int()

EvaMaeRey/ggxmean documentation built on April 10, 2024, 6:32 p.m.