[R] plotting 95% confidence bands on a simple linear regression model from lm()

2006-10-20 Thread Jason Horn
What's the best / simplest way to create 95% confidence bands for a model created with lm() that can be plotted around teh regression line? I've looked everywhere for this - I guess I must be missing something. - Jason __

Re: [R] plotting 95% confidence bands on a simple linear regression model from lm()

2006-10-20 Thread Michael Kubovy
On Oct 20, 2006, at 2:46 PM, Jason Horn wrote: What's the best / simplest way to create 95% confidence bands for a model created with lm() that can be plotted around teh regression line? I've looked everywhere for this - I guess I must be missing something. - Jason library(effects)

Re: [R] plotting 95% confidence bands on a simple linear regression model from lm()

2006-10-20 Thread Marc Schwartz
On Fri, 2006-10-20 at 14:46 -0400, Jason Horn wrote: What's the best / simplest way to create 95% confidence bands for a model created with lm() that can be plotted around teh regression line? I've looked everywhere for this - I guess I must be missing something. - Jason See the