Displaying 1 result from an estimated 1 matches for "a_mel".
Did you mean:
atmel
2008 Apr 23
1
significant variables in GPLS ?
...y(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
convergence = whethe...