Re: [R] Shading area under density curves

2007-10-05 Thread AA
I found the link below very helpful in explaining the use of polygon. http://www.feferraz.net/en/shaded.html good luck AA. - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Wednesday, October 03, 2007 5:21 PM Subject: [R] Shading area under density curves > Hello, >

Re: [R] Shading area under density curves

2007-10-03 Thread Marc Schwartz
On Wed, 2007-10-03 at 14:21 -0700, [EMAIL PROTECTED] wrote: > Hello, > > I have a question regarding shading regions under curves to display > 95% confidence intervals. I generated bootstrap results for the slope > and intercept of a simple linear regression model using the following > code

[R] Shading area under density curves

2007-10-03 Thread rominger
Hello, I have a question regarding shading regions under curves to display 95% confidence intervals. I generated bootstrap results for the slope and intercept of a simple linear regression model using the following code (borrowed from JJ Faraway 2005): > attach(allposs.nine.d) > x<-model.m