lm(rnorm(1000)~rnorm(1000)) kills rw1000 (PR#476)
A patch is
1649,1652c1649
< if (j == rhs_response) {
< INTEGER(count)[j]=0; /* need this initialised */
< continue;
< }
---
if (j == rhs_response) continue;
-thomas Thomas Lumley Assistant Professor, Biostatistics University of Washington, Seattle -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._