Skip to contents

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

Usage

# S3 method for class 'plsRbetamodel'
summary(object, ...)

Arguments

object

an object of the class "plsRbetamodel"

...

further arguments to be passed to or from methods.

Value

call

function call of plsR beta models

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

Examples


data("GasolineYield",package="betareg")
modpls <- plsRbeta(yield~.,data=GasolineYield,nt=3,modele="pls-beta")
#> ____************************************************____
#> 
#> Model: pls-beta 
#> 
#> Link: logit 
#> 
#> Link.phi: 
#> 
#> Type: ML 
#> 
#> ____Component____ 1 ____
#> ____Component____ 2 ____
#> ____Component____ 3 ____
#> ____Predicting X without NA neither in X or Y____
#> ****________________________________________________****
#> 
summary(modpls)
#> Call:
#> plsRbetamodel.formula(object = yield ~ ., data = GasolineYield, 
#>     nt = 3, modele = "pls-beta")