Displaying 2 results from an estimated 2 matches for "glpls1a".
Did you mean:
  glpls
  
2004 Sep 12
2
Variable Importance in pls: R or B? (and in glpls?)
...tain model (means a 
certain number of latent variables) (and: squared or absolute values?)
OR
b) the weight matrix RR (or R in the De Jong publication; in Ding & 
Gentleman this is the P Matrix and called 'loadings')? (and again: 
squared or absolute values?)
and what about glpls (glpls1a) ?
shall I look at the 'coefficients' (regression coefficients)?
Thanks for clarification
Christoph
2008 Apr 23
1
significant variables in GPLS ?
...----------------
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"       
[5] "link"           "levs"           "bias.reduction"
coefficients = regression coefficients...