Re: [R] missing output in summary() and anova()

2008-10-02 Thread Jordan Wong
7.2 under Windows XP. > > > --- On Thu, 10/2/08, Jordan Wong <[EMAIL PROTECTED]> wrote: > > > From: Jordan Wong <[EMAIL PROTECTED]> > > Subject: [R] missing output in summary() and anova() > > To: r-help@r-project.org > > Received: Thursday, October 2, 2008

Re: [R] missing output in summary() and anova()

2008-10-02 Thread John Kane
What version are you running? Under what OS. I don't seem to see the problem with 2.7.2 under Windows XP. --- On Thu, 10/2/08, Jordan Wong <[EMAIL PROTECTED]> wrote: > From: Jordan Wong <[EMAIL PROTECTED]> > Subject: [R] missing output in summary() and anova() >

[R] missing output in summary() and anova()

2008-10-02 Thread Jordan Wong
> y<-c(131.79, 131.79, 135.02, 135.55, 136.46, 136.83, 137.82, 138.00, 138.06, 138.04, 140.04, 142.44, 145.47, 144.34, 146.30, 147.54, 147.80) > x<-c(194.5, 194.3, 197.9, 198.4, 199.4, 199.9, 200.9, 201.1, 201.4, 201.3, 203.6, 204.6, 209.5,208.6, 210.7, 211.9, 212.2) > fitted.results<-lm(y~x) > sum