Description Usage Arguments Value Author(s) References See Also Examples
View source: R/glpls1a.mlogit.R
Fit multi-logit Iteratively ReWeighted Least Squares (MIRWPLS) with an option of Firth's bias reduction procedure (MIRWPLSF) for multi-group classification
1 | glpls1a.mlogit(x, y, K.prov = NULL, eps = 0.001, lmax = 100, b.ini = NULL, denom.eps = 1e-20, family = "binomial", link = "logit", br = T)
|
x |
n by p design matrix (with intercept term) |
y |
response vector with class lables 1 to C+1 for C+1 group classification, baseline class should be 1 |
K.prov |
number of PLS components |
eps |
tolerance for convergence |
lmax |
maximum number of iteration allowed |
b.ini |
initial value of regression coefficients |
denom.eps |
small quanitity to guarantee nonzero denominator in deciding convergence |
family |
glm family, |
link |
link function, |
br |
TRUE if Firth's bias reduction procedure is used |
coefficients |
regression coefficient matrix |
convergence |
whether convergence is achieved |
niter |
total number of iterations |
bias.reduction |
whether Firth's procedure is used |
Beiying Ding, Robert Gentleman
Ding, B.Y. and Gentleman, R. (2003) Classification using generalized partial least squares.
Marx, B.D (1996) Iteratively reweighted partial least squares estimation for generalized linear regression. Technometrics 38(4): 374-381.
glpls1a
,glpls1a.mlogit.cv.error
,
glpls1a.train.test.error
,
glpls1a.cv.error
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.