On 26 Aug 2003, Stefan [ISO-8859-1] Böhringer wrote:

> How can I extract the linear discriminant functions resulting from a LDA
> analysis?
> 
> The coefficients are listed as a result from the analysis but I have not
> found a way to extract these programmatically. No refrences in the
> archives were found.

?lda tells you about the object returned by `lda', especially it element:

scaling: a matrix which transforms observations to discriminant
          functions, normalized so that within groups covariance matrix
          is spherical.

Torsten

> 
> Thank you very much,
> 
>       Stefan
> 
> ______________________________________________
> [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