[R] LR Decomposition?

Duncan Murdoch murdoch at stats.uwo.ca
Mon Jun 23 20:20:55 CEST 2008


On 6/23/2008 12:12 PM, Jeffrey Spies wrote:
> Hi all,
> 
> Is there an LR decomposition function in R and, if not, how can we get the
> non-compact representation of Q from QR decomposition?

I think LR and LU decompositions are different names for the same thing; 
the latter is available through lu() in Matrix.

Duncan Murdoch



More information about the R-help mailing list