powered by
A function passed to boot to perform bootstrap.
boot
coefs.plsRbetanp( dataRepYtt, ind, nt, modele, family = NULL, method = "logistic", link = NULL, link.phi = NULL, type = "ML", verbose = TRUE, maxcoefvalues, wwetoile, ifbootfail )
estimates on a bootstrap sample or ifbootfail value if the bootstrap computation fails.
ifbootfail
components' coordinates to bootstrap
indices for resampling
number of components to use
type of modele to use, see plsRbeta
glm family to use, see plsRbeta
method for beta regression
link for beta regression
link.phi for beta regression
type of estimates
should info messages be displayed ?
maximum values allowed for the estimates of the coefficients to discard those coming from singular bootstrap samples
values of the Wstar matrix in the original fit
value to return if the estimation fails on a bootstrap sample
Frédéric Bertrand frederic.bertrand@utt.fr https://fbertran.github.io/homepage/
See also bootplsbeta
bootplsbeta
# \donttest{ data("GasolineYield",package="betareg") bootplsbeta(plsRbeta(yield~.,data=GasolineYield,nt=3, modele="pls-beta"), typeboot="fmodel_np", R=250, statistic=coefs.plsRbetanp) # }
Run the code above in your browser using DataLab