Re: [R] matlab eigs function in R

2008-06-04 Thread Frede Aakmann Tøgersen
PROTECTED] [mailto:[EMAIL PROTECTED] På vegne af kayteck_master Sendt: 3. juni 2008 8:22 Til: r-help@r-project.org Emne: Re: [R] matlab eigs function in R Dear Thomas Yes, you're right. But I'm looking for this not only for computational cost reasons. eigen function from R has identical

[R] matlab eigs function in R

2008-06-03 Thread kayteck_master
Hello Does anybody know how one can compute d largest eigenvalues/eigenvectors in R, like in MATLAB eigs function ? eigen function computes all eigenvectors/eigenvalues, and they are slightly different than those generated by matlab eigs. Thanks in advance -- View this message in context

Re: [R] matlab eigs function in R

2008-06-03 Thread Jorge Ivan Velez
Dear kayteck, Function eigen (see ?eigen) will do what you want. HTH, Jorge On Tue, Jun 3, 2008 at 5:42 AM, kayteck_master [EMAIL PROTECTED] wrote: Hello Does anybody know how one can compute d largest eigenvalues/eigenvectors in R, like in MATLAB eigs function ? eigen function computes

Re: [R] matlab eigs function in R

2008-06-03 Thread David Winsemius
PROTECTED] wrote: Hello Does anybody know how one can compute d largest eigenvalues/eigenvectors in R, like in MATLAB eigs function ? eigen function computes all eigenvectors/eigenvalues, and they are slightly different than those generated by matlab eigs. Thanks in advance

Re: [R] matlab eigs function in R

2008-06-03 Thread Thomas Lumley
due to the unnecessary vagueness of his concern. -- David Winsemius Jorge On Tue, Jun 3, 2008 at 5:42 AM, kayteck_master [EMAIL PROTECTED] wrote: Hello Does anybody know how one can compute d largest eigenvalues/eigenvectors in R, like in MATLAB eigs function ? eigen function computes all

Re: [R] matlab eigs function in R

2008-06-03 Thread kayteck_master
to eigs in R. I'll try with svd, which you have mentioned. Thank you for that idea, maybe it will be what i'm looking for. Kayteck -- View this message in context: http://www.nabble.com/matlab-eigs-function-in-R-tp17619641p17629655.html Sent from the R help mailing list archive at Nabble.com