View source: R/print.summary.plsRbetamodel.R
print.summary.plsRbetamodel | R Documentation |
This function provides a print method for the class
"summary.plsRbetamodel"
## S3 method for class 'summary.plsRbetamodel'
print(x, ...)
x |
an object of the class |
... |
not used |
language |
call of the model |
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. http://publications-sfds.math.cnrs.fr/index.php/J-SFdS/article/view/215
print
and summary
data("GasolineYield",package="betareg")
modpls <- plsRbeta(yield~.,data=GasolineYield,nt=3,modele="pls-beta")
print(summary(modpls))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.