[R] lda source code

Roger D. Peng rpeng at jhsph.edu
Thu Oct 2 00:16:32 CEST 2003


You are using a *beta* version of R 1.8.0 and in that version 
lda.default is not visible to the user (hidden in a namespace).  You can 
access it though by using the ::: (triple colon) operator, as in

>  library(MASS)
>  MASS:::lda.default

Actually, the first library() call is not necessary.

-roger


Wei Geng wrote:

>I am new to R. Trying to find out how lda() {in MASS R1.8.0 Windows} was
>implemented in R. Does anyone know where to find out lda source code ?
>Thanks.
>
>Wei
>
>______________________________________________
>R-help at stat.math.ethz.ch mailing list
>https://www.stat.math.ethz.ch/mailman/listinfo/r-help
>
>  
>




More information about the R-help mailing list