Hello everybody,

I would like to perform a Fisher's Linear Discriminant Analysis using a stepwise procedure in R. I tried the "MASS", "klaR" and "caret" package and even if the "klaR" package (stepclass function) works correctly I would need also the Fisher's value and the global significance level (p-value).

What I would like to do is to replicate this method: http://www.uta.edu/faculty/sawasthi/Statistics/stdiscan.html

Thanks

Similar questions and discussions