View source: R/permcoefs.plsRbeta.raw.R
| permcoefs.plsRbeta.raw | R Documentation | 
A function passed to boot to perform bootstrap.
permcoefs.plsRbeta.raw(
  dataset,
  ind,
  nt,
  modele,
  family = NULL,
  method = "logistic",
  link = "logit",
  link.phi = NULL,
  type = "ML",
  maxcoefvalues,
  ifbootfail,
  verbose = TRUE
)
| 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
( | 
| family | family to use if GLM model, see plsRbeta | 
| method | method for beta regression | 
| link | link for beta regression | 
| link.phi | link.phi for beta regression | 
| type | type of estimates | 
| maxcoefvalues | maximum values allowed for the estimates of the coefficients to discard those coming from singular bootstrap samples | 
| ifbootfail | value to return if the estimation fails on a | 
| verbose | should info messages be displayed ? | 
Estimates on a bootstrap sample.
Frédéric Bertrand
frederic.bertrand@utt.fr
https://fbertran.github.io/homepage/
Frédéric Bertrand, Nicolas Meyer, Michèle Beau-Faller, Karim El Bayed, Izzie-Jacques Namer, Myriam Maumy-Bertrand (2013). Régression Bêta PLS. Journal de la Société Française de Statistique, 154(3):143-159. https://ojs-test.apps.ocp.math.cnrs.fr/index.php/J-SFdS/article/view/215
See also bootplsbeta.
data("GasolineYield",package="betareg")
modplsbeta <- plsRbeta(yield~.,data=GasolineYield,nt=3, modele="pls-beta")
GazYield.boot.raw <- bootplsbeta(modplsbeta, sim="permutation", stype="i", 
R=250, statistic=coefs.plsRbeta.raw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.