Learn R Programming

plsRglm (version 0.7.6)

print.summary.plsRmodel: Print method for summaries of plsR models

Description

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

Usage

## S3 method for class 'summary.plsRmodel':
print(x, \dots)

Arguments

x
an object of the class "summary.plsRmodel"
...
not used

Value

  • languagecall of the model

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

print and summary

Examples

Run this code
data(Cornell)
XCornell<-Cornell[,1:7]
yCornell<-Cornell[,8]
modpls <- plsRglm(yCornell,XCornell,3,modele="pls")
class(modpls)
print(summary(modpls))
rm(list=c("XCornell","yCornell","modpls"))

Run the code above in your browser using DataLab