Hi All:
On Jun 23, 2008, at 9:53 AM, Berend Hasselman wrote:
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
LR is the transpose of QR and is used in some system identification
routines (see for example some of the papers by Picci). I don't
know if any of the R routines for system identification have an LR,
but you can do a QR decomposition on the transpose of the matrix.
-Roy M
**********************
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
**********************
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Division
Southwest Fisheries Science Center
1352 Lighthouse Avenue
Pacific Grove, CA 93950-2097
e-mail: [EMAIL PROTECTED] (Note new e-mail address)
voice: (831)-648-9029
fax: (831)-648-8440
www: http://www.pfeg.noaa.gov/
"Old age and treachery will overcome youth and skill."
"From those who have been given much, much will be expected"
______________________________________________
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.