I am new to R and to hyperspectral data analysis. However, in my research, I have found that many warn against using Stepwise discriminant analysis (using Wilk's Lambda or Mahalanobis distance) for finding the best subset of variables with which 'satisfactory' discrimination performance can be obtained.
I have come across some suggestions:
PLS: http://cran.r-project.org/web/packages/pls/ and
LARS: http://cran.r-project.org/web/packages/lars/index.html, and I am just realizing that maybe the answers provided to this link below might be useful:
What are modern, easily used alternatives to stepwise regression?.
Given the nature of hyperspectral data (highly correlated and highly redundant) I would like to find the first 10 bands that are most efficient at discriminating between about 30 species of plants. Any suggestions would be most valued.