Discriminant analysis involves extracting a regression-style linear equation. The equation produced by discriminant analysis is something like as follows:
D = v1*X1 + V2*X3 + V3*X3 + a
How can I extract this equation from the discriminant analysis output in R? I am using the LDA function in the MASS package.
From the
?ldathen you can examine
and look at
?formula