Displaying 1 result from an estimated 1 matches for "spex_x".
Did you mean:
spex_y
2008 Apr 23
1
significant variables in GPLS ?
...s.
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:/GPLS/spex_X.csv", header=TRUE, sep=";")#, row.names="ID") #
>
> test <- glpls1a(spex_X, spex_Y$A_mell,K.prov=7, br=FALSE)
> names(test)
[1] "coefficients" "convergence" "niter" "family&q...