Crashing R (PR#1651)
rjvbertin@hotmail.com
rjvbertin@hotmail.com
Mon, 10 Jun 2002 18:41:00 +0200 (MET DST)
Concerns: R 1.5.0 gui version, Windows (downloaded binary) and Linux
(installed from sources).
# Load the data from the attached file:
kk<-read.table("__filename__", header=1)
# attach the data:
attach(kk)
Snr<-factor(Snr)
# fool around with a call to anova.glm():
anova.glm( aov( nFD~Type+size+Modality+Error(Snr/(Type+size+Modality)) ) )
# Error: object nFD not found
# Well, I thought I had attached that. Anyway:
anova.glm(aov( nFD~Type+size+Modality+Error(Snr/(Type+size+Modality))),
data=kk)
# Same message
# In addition, warning message:
<lots of output>
R dumps core. On Windows, it crashes in <unknown module>.
Also not that the 1st (Snr) column is not automatically converted in a
factor, despite the fact that it consists of strings!
RenE J.V. Bertin
College de France/LPPA
11, place Marcelin Berthelot
75005 Paris, France
>From list moderator:
formerly binary attached dataset is now available
as http://rjvbertin.free.fr/PR1651data.tab
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._