[R] leaps: XHAUST returned error code -999

Thomas Lumley thomas at biostat.washington.edu
Tue Oct 26 18:21:40 CEST 1999


On Mon, 25 Oct 1999, Pete St. Onge wrote:

> Hi there,
>      This problem has been dogging me for a bit, and I'm trying to
> figure out why. When running the the subsets function in the leaps
> library, R is giving me the following error message
> 
> > lvodsub <- subsets(pred, resp$LVOD)
> Warning message: 
> XHAUST returned error code -999 in: leaps.exhaustive(a, really.big =
> really.big) 

This turned out to be a design matrix with five out of twenty very nearly
redundant columns. subsets() tries to predict whether it will run across a
singularity at some point, but its prediction wasn't sufficiently
paranoid.

The problem should be very rare, but I will soon be releasing a version
of the package that does glms (approximately) and I'll adjust
the singularity tolerance then.


Thomas Lumley
Assistant Professor, Biostatistics
University of Washington, Seattle

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help 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-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list