print.plsRbetamodel: Print method for plsRbeta models

View source: R/print.plsRbetamodel.R

print.plsRbetamodelR Documentation

Print method for plsRbeta models

Description

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

Usage

## S3 method for class 'plsRbetamodel'
print(x, ...)

Arguments

x

an object of the class "plsRbetamodel"

...

not used

Value

NULL

Author(s)

Frédéric Bertrand
frederic.bertrand@utt.fr
https://fbertran.github.io/homepage/

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. https://ojs-test.apps.ocp.math.cnrs.fr/index.php/J-SFdS/article/view/215

See Also

print

Examples


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


plsRbeta documentation built on Aug. 18, 2025, 5:12 p.m.