Consider the following:

> library(MASS)
> lda
function (x, ...)
UseMethod("lda")
<environment: namespace:MASS>
> methods(lda)
[1] "lda.data.frame" "lda.default" "lda.formula" "lda.matrix"


Now type "lda.data.frame" or "lda.default", etc., at a command prompt to see the corresponding R code.

Is this what you want?
spencer graves

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

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help



______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to