Learn R Programming

plsRglm (version 0.3.3)

summary.plsRglmmodel: Summary method for plsRglm models

Description

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

Usage

## S3 method for class 'plsRglmmodel':
summary(object, \dots)

Arguments

object
an object of the class "plsRglmmodel"
...
further arguments to be passed to or from methods.

Value

  • callfunction call of plsRglmmodel

References

Nicolas Meyer, Myriam Maumy-Bertrand et Fr�d�ric{Fr'ed'eric} Bertrand (2010). Comparaison de la r�gression{r'egression} PLS et de la r�gression{r'egression} logistique PLS : application aux donn�es{donn'ees} d'all�lotypage{d'all'elotypage}. Journal de la Soci�t� Fran�aise de Statistique, 151(2), pages 1-18. http://smf4.emath.fr/Publications/JSFdS/151_2/pdf/sfds_jsfds_151_2_1-18.pdf

See Also

summary

Examples

Run this code
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"))

Run the code above in your browser using DataLab