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?
>
> Thanks,
>
> Jeff.
>
I assume you mean a QR decomposition (I don't know what an LR decomposition
is).
You can get the answers to your questions by typing
?qr
and taking it from there (click on qr.Q).
Search the R help first.
Berend
--
View this message in context:
http://www.nabble.com/LR-Decomposition--tp18072588p18073371.html
Sent from the R help mailing list archive at Nabble.com.
______________________________________________
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.