summary.plsRglmmodel: Summary method for plsRglm models

View source: R/summary.plsRglmmodel.R

summary.plsRglmmodelR Documentation

Summary method for plsRglm models

Description

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

Usage

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

Arguments

object

an object of the class "plsRglmmodel"

...

further arguments to be passed to or from methods.

Value

call

function call of plsRglmmodel

Author(s)

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

References

Nicolas Meyer, Myriam Maumy-Bertrand et Frédéric Bertrand (2010). Comparing the linear and the logistic PLS regression with qualitative predictors: application to allelotyping data. Journal de la Societe Francaise de Statistique, 151(2), pages 1-18. http://publications-sfds.math.cnrs.fr/index.php/J-SFdS/article/view/47

See Also

summary

Examples


data(Cornell)
XCornell<-Cornell[,1:7]
yCornell<-Cornell[,8]
modplsglm <- plsRglm(yCornell,XCornell,3,modele="pls-glm-gaussian")
class(modplsglm)
summary(modplsglm)
rm(list=c("XCornell","yCornell","modplsglm"))


fbertran/plsRglm documentation built on March 23, 2023, 2:14 a.m.