Learn R Programming

plsRbeta (version 0.3.0)

print.summary.plsRbetamodel: Print method for summaries of plsRbeta models

Description

This function provides a print method for the class "summary.plsRbetamodel"

Usage

# S3 method for summary.plsRbetamodel
print(x, ...)

Value

language

call of the model

Arguments

x

an object of the class "summary.plsRbetamodel"

...

not used

References

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

See Also

Examples

Run this code

data("GasolineYield",package="betareg")
modpls <- plsRbeta(yield~.,data=GasolineYield,nt=3,modele="pls-beta")
print(summary(modpls))

Run the code above in your browser using DataLab