I am trying to carry out discriminant analysis using the syntax: mydata.lda<-lda(Y~X+Z,data=mydata) and result that I am getting is Call: lda(Y ~ X + Z, data = mydata) Prior probabilities of groups: 0 1 0.3636364 0.6363636 Group means: X Z 0 17726.750 4020.00 1 2307.286 10100.86 Coefficients of linear discriminants: LD1 X -9.478517e-05 Z 2.817044e-06 Now my problem is how to interpret the result. Please help me out with the interpretation of the above discriminant analysis result. Thanks in advance -- View this message in context: http://www.nabble.com/Discreminant-Analysis%28How-to-interpret--%29-tp22698146p22698146.html Sent from the R help mailing list archive at Nabble.com.