Description Usage Arguments Value Author(s)
Takes in a set of predictor variables and a set of response variables and gives the PLS-GLM parameters.
1 | PLS.binomial.GLM(X, y, A, PLS_algorithm = NULL, eps = 1e-04, ...)
|
X |
A (NxP) predictor matrix |
y |
A (Nx1) Binomial-distributed response vector |
A |
The number of PLS components |
PLS_algorithm |
The mod.NIPALS algorithm |
eps |
Cut off value for convergence step |
... |
Other arguments. Currently ignored |
The PLS-GLM parameters of D=[X y]
Opeoluwa F. Oyedele and Sugnet Gardner-Lubbe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.