From r-help Wed Jan 14 16:30:45 2004 From: "Pascal A. Niklaus" Date: Wed, 14 Jan 2004 16:30:45 +0000 To: r-help Subject: [R] error message in plot(aov-object) Message-Id: <40056EB5.3010003 () unibas ! ch> X-MARC-Message: https://marc.info/?l=r-help&m=107409821006476 Hi all, A student at our institute asked me for help with the following problem: After fitting an aov model, she wanted diagnostic plots, and got the following error message: > plot(p.aov) Hit to see next plot: Hit to see next plot: Error in plot.window(xlim, ylim, log, asp, ...) : need finite ylim values In addition: Warning message: X11 used font size 8 when 9 was requested The second plot was not produced. I then tried to produced the plot manually, which worked, and checked the range of the residuals: > qqnorm(resid(p.aov)) > range(resid(p.aov)) [1] -0.2428688 0.2020649 She used R 1.7.1 on a Mac, but I reproduced the problem on R 1.8.1 under Linux. Any help regarding the source of this problem is appreciated Pascal ______________________________________________ R-help@stat.math.ethz.ch mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html