Displaying 1 result from an estimated 1 matches for "gpls1a".
Did you mean:
glpls1a
2008 Apr 23
1
significant variables in GPLS ?
...odelling vegetation classes.
My problem is that I now want to know which input variables are significant for the modelling of the classes to recalculate the equation again with just the selected variables.
I think I can analyse the significance of the variables via their weights.
I used the "gpls1a" term for two group classification. Here my code:
----------------------------------------------------------------------
library(gpls) #
> spex_Y<-read.csv("F:/GPLS/spex_Y.csv", header=TRUE, sep=";")#, row.names="ID") #
> spex_X<-read.csv("F...