also do: plot(lm(x~y), ask=FALSE)
On Wed, Feb 3, 2010 at 10:21 AM, Trafim Vanishek <rdapam...@gmail.com> 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 > nothing happens. > > > Thanks a lot! > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem that you are trying to solve? ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.