Re: [R] diagnostic plots

2010-02-04 Thread Trafim Vanishek
Thanks a lot everybody! I see how it works now. But now the other question: I would like to see the Cook's distance plot which is more understandable for me not the Residuals vs Leverage. The one it shows in the examples http://www.personality-project.org/r/r.lm.html But for some reason it doesn't

Re: [R] diagnostic plots

2010-02-03 Thread Felipe Carrillo
Or just click on the "Enter" key to see the following graphic Felipe D. Carrillo Supervisory Fishery Biologist Department of the Interior US Fish & Wildlife Service California, USA --- On Wed, 2/3/10, jim holtman wrote: > From: jim holtman > Subject: Re: [R] d

Re: [R] diagnostic plots

2010-02-03 Thread jim holtman
Hit 'enter'. There are several plots and they are being presented with par(ask=TRUE) On Wed, Feb 3, 2010 at 10:21 AM, Trafim Vanishek wrote: > Dear all, > > does anybody ever encountered the problem with diagnostic plots? > > x<-rnorm(100) > y<-rnorm(100) > plot(lm(x~y)) > It gives the follow

Re: [R] diagnostic plots

2010-02-03 Thread jim holtman
also do: plot(lm(x~y), ask=FALSE) On Wed, Feb 3, 2010 at 10:21 AM, Trafim Vanishek wrote: > Dear all, > > does anybody ever encountered the problem with diagnostic plots? > > x<-rnorm(100) > y<-rnorm(100) > plot(lm(x~y)) > It gives the following message "Waiting to confirm page change..." and >

[R] diagnostic plots

2010-02-03 Thread Trafim Vanishek
Dear all, does anybody ever encountered the problem with diagnostic plots? x<-rnorm(100) y<-rnorm(100) plot(lm(x~y)) It gives the following message "Waiting to confirm page change..." and nothing happens. Thanks a lot! [[alternative HTML version deleted]] _