Skip to content
Prev 175283 / 398503 Next

recommended computing server for R (March 2009)?

On Sat, Mar 28, 2009 at 11:47 AM, Peter Dalgaard
<p.dalgaard at biostat.ku.dk> wrote:
I had proposed another scheme which is to do the unpivoted QR
decomposition and check for rank deficiency.  If the model matrix is
judged to have full column rank then return.  Otherwise check the
diagonal elements of R for the first apparent singularity, pivot that
column to the end, and either update the current decomposition or
recalculate the decomposition then iterate.  John Chambers said that
he might have a student work on something like this for a course
project in the Statistical Computing course he is teaching at
Stanford.