Prof Brian Ripley wrote: > This is not an LAPACK error, but an R function chol2inv complaining that > it is being misused. > > The problem is that you have a vastly overparametrized model (using > recover()) > > Browse[1]> dim(X) > [1] 20 143 > > and ols() does not detect that, whereas lm() would. I'd suggest ols() > is to blame here.
Thanks for clarifying that. Gad -- Gad Abraham Dept. CSSE and NICTA The University of Melbourne Parkville 3010, Victoria, Australia email: [EMAIL PROTECTED] web: http://www.csse.unimelb.edu.au/~gabraham ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.