Dear R users, I am not an R user myself, but someone searching the web for C source code that will do linear discriminant function analysis. The only lead I have been able to locate is that R contains a function called "lda" which is contained in the MASS package. (http://stat.ethz.ch/R-manual/R-devel/library/MASS/html/lda.html) I downloaded the R source file R-1.9.0.tgz, and found a huge collection of C programs in various package directories, but I could not find the source file for lda, nor could I find a directory for the MASS package. Can anyone help me please? Regards, Chris Trengove. [[alternative HTML version deleted]]
Chris Trengove wrote:> Dear R users, > > I am not an R user myself, but someone searching the web for C source code that will do linear discriminant function analysis. > The only lead I have been able to locate is that R contains a function called "lda" which is contained in the MASS package. > (http://stat.ethz.ch/R-manual/R-devel/library/MASS/html/lda.html) > I downloaded the R source file R-1.9.0.tgz, and found a huge collection of C programs in various package directories, but I could not find the source file for lda, nor could I find a directory for the MASS package. > Can anyone help me please? > > Regards, > Chris Trengove. > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.htmlMASS is in the VR package bundle. The current version is available at CRAN: /src/contrib/VR_7.2-2.tar.gz Uwe Ligges