Dear colleague, I'd like to compute linear discriminant analysis, using R. In the book Modern applied statistic with Splus (Venables & Ripley, p. 396), lda function is used. Could you tell me where I can find this function? At what site, can I download this library ? Thank for your help. Best Regards Sovan ---------------------------------------------------------------- Prof. Sovan LEK, E-mail: lek at cict.fr Address: CNRS - UMR 5576 Tel. : (33) 5 61 55 86 87 CESAC - Bat. 4R3 Fax : (33) 5 61 55 60 96 Uuniv. Paul Sabatier 118 route de Narbonne 31062 Toulouse cedex France -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/20011207/7ca36484/attachment.html
On Fri, 7 Dec 2001, Sovan Lek wrote: %Dear colleague, % %%I'd like to compute linear discriminant analysis, using R. In the book Modern %applied statistic with Splus (Venables & Ripley, p. 396), lda function is %used. Could you tell me where I can find this function? At what site, can I %download this library ? package VR from http://cran.r-project.org/ %Thank for your help. %Best Regards %Sovan % %---------------------------------------------------------------- %Prof. Sovan LEK, E-mail: lek at cict.fr %Address: %CNRS - UMR 5576 Tel. : (33) 5 61 55 86 87 %CESAC - Bat. 4R3 Fax : (33) 5 61 55 60 96 %Uuniv. Paul Sabatier %118 route de Narbonne %31062 Toulouse cedex %France % *********************************************************************** Jens Nieschulze Institute for Forest Biometrics & Phone: ++49-551-39-12107 Applied Computer Science Fax : ++49-551-39-3465 Buesgenweg 4 37077 Goettingen E-mail: jniesch at uni-forst.gwdg.de GERMANY http://www.uni-forst.gwdg.de/~jniesch -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
It is part of the VR package and is specifically contained in the "sub-package" MASS. If you are using a recent (>= 1.3.0) version of R, it is on the list of recommended packages. If you are using Windows, it is installed as part of the default installation. >library(MASS) >?lda At 07:48 AM 12/7/01, Sovan Lek wrote:>Dear colleague, > >I'd like to compute linear discriminant analysis, using R. In the book >Modern applied statistic with Splus (Venables & Ripley, p. 396), lda >function is used. Could you tell me where I can find this function? At >what site, can I download this library ? > >Thank for your help. >Best Regards >Sovan > >---------------------------------------------------------------- >Prof. Sovan LEK, E-mail: <mailto:lek at cict.fr>lek at cict.fr >Address: >CNRS - UMR 5576 Tel. : (33) 5 61 55 86 87 >CESAC - Bat. 4R3 Fax : (33) 5 61 55 60 96 >Uuniv. Paul Sabatier >118 route de Narbonne >31062 Toulouse cedex >FranceDr. Marc R. Feldesman email: feldesmanm at pdx.edu email: feldesman at attglobal.net fax: 503-725-3905 "Don't know where I'm going. Don't like where I've been. There may be no exit. But hell, I'm going in." Jimmy Buffett Powered by Superchoerus - the 700 MHz Coppermine Box -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._