coefs.plsRbeta: Coefficients function for bootstrap techniques
Description
Returns the coefficients of a "plsRbeta" model.
Usage
coefs.plsRbeta(
dataset,
ind,
nt,
modele,
family = NULL,
method = "logistic",
link = NULL,
link.phi = NULL,
type = "ML",
verbose = TRUE
)
Arguments
dataset
dataset to resample
ind
indices for resampling
nt
number of components to use
modele
name of the PLS glm or PLS beta model to be fitted
("pls", "pls-glm-Gamma", "pls-glm-gaussian",
"pls-glm-inverse.gaussian", "pls-glm-logistic",
"pls-glm-poisson", "pls-glm-polr", "pls-beta"). Use
"modele=pls-glm-family" to enable the family option.