fits a gpls softmax object
1 2 3 4 5 6 7 8 9 10 11 | gplsSoftmax(
x,
y,
ncomp = NULL,
eps = 0.001,
maxit = 100,
denom.eps = 1e-20,
family = "binomial",
link,
firth = T
)
|
x |
model matrix |
y |
rsponse |
ncomp |
number of components |
eps |
convergence tolerance |
maxit |
max iterations of iteratively reweighted least squares algorithm |
denom.eps |
tolerance for small numbers |
family |
glm family |
link |
glm link |
shrinkage |
should Firth's bias correction be applied? defaults to FALSE.#' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.