bates@stat.wisc.edu
1999-Apr-04  21:36 UTC
deparsing lhs of formula in print.anova.lm (PR#157)
Full_Name: Douglas Bates
Version: Version 0.64.0 Unstable (April 3, 1999)
OS: Debian GNU/Linux 2.1
Submission from: (NULL) (128.105.5.97)
R> fm2 <- lm( 1/Surv ~ Poison + Antidote + Poison:Antidote, data = BC )
R> anova( fm2 )
Analysis of Variance Table
Response: /
Response: 1
Response: Surv
                Df Sum Sq Mean Sq F value  Pr(>F)    
Poison           2   34.9    17.4   72.63 2.3e-13 ***
Antidote         3   20.4     6.8   28.34 1.4e-09 ***
Poison:Antidote  6    1.6     0.3    1.09    0.39    
Residuals       36    8.6     0.2                    
---
Signif. codes:  0  `***'  0.001  `**'  0.01  `*'  0.05  `.'  0.1
` '  1
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To:
r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Prof Brian D Ripley
1999-Apr-05  05:06 UTC
deparsing lhs of formula in print.anova.lm (PR#157)
On Sun, 4 Apr 1999 bates@stat.wisc.edu wrote:> Full_Name: Douglas Bates > Version: Version 0.64.0 Unstable (April 3, 1999) > OS: Debian GNU/Linux 2.1 > Submission from: (NULL) (128.105.5.97)[Is that an R problem: should not there be a machine name there?]> R> fm2 <- lm( 1/Surv ~ Poison + Antidote + Poison:Antidote, data = BC ) > R> anova( fm2 ) > Analysis of Variance Table > > Response: / > Response: 1 > Response: Surv[...] Actually, there is no print.anova.lm (print.anova is used) but the error is a lack of a deparse in anova.lm. I have fixed this for 0.64 (whilst incorporating Jean Meloche's patches for singular models). Brian -- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
ripley@stats.ox.ac.uk
1999-Apr-05  05:11 UTC
deparsing lhs of formula in print.anova.lm (PR#157)
On Sun, 4 Apr 1999 bates@stat.wisc.edu wrote:> Full_Name: Douglas Bates > Version: Version 0.64.0 Unstable (April 3, 1999) > OS: Debian GNU/Linux 2.1 > Submission from: (NULL) (128.105.5.97)[Is that an R problem: should not there be a machine name there?]> R> fm2 <- lm( 1/Surv ~ Poison + Antidote + Poison:Antidote, data = BC ) > R> anova( fm2 ) > Analysis of Variance Table > > Response: / > Response: 1 > Response: Surv[...] Actually, there is no print.anova.lm (print.anova is used) but the error is a lack of a deparse in anova.lm. I have fixed this for 0.64 (whilst incorporating Jean Meloche's patches for singular models). Brian -- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._