Skip to content

plot confidence limits of a regression line

2 messages · Martin Batholdy, Juliet Hannah

#
How about

library(ggplot2)
qplot(wt, mpg, data = mtcars, geom=c("point", "smooth"),method = "lm").
On Sat, Mar 7, 2009 at 6:19 PM, Martin Batholdy <batholdy at googlemail.com> wrote: