[R] Why does summary does not produce output?

Jozef De Herdt jozef.deherdt at pandora.be
Mon Jul 5 09:47:29 CEST 2004


Hello,

I'm a starting user of R. I have installed R 1.9.1 and winedt 5.4

If I run the example from written with winedt. The summary command does not
produce any output. It does when I repeat the command manualy in R. Can
someone explain me what can be the problem?

     library(MASS)
     data(anorexia)
     anorex.1 <- glm(Postwt ~ Prewt + Treat + offset(Prewt),
                 family = gaussian, data = anorexia)
     summary(anorex.1)

Regards
De Herdt J




More information about the R-help mailing list