summary.cv.plsRmodel {plsRglm} | R Documentation |
Summary method for plsR models
Description
This function provides a summary method for the class "cv.plsRmodel"
Usage
## S3 method for class 'cv.plsRmodel'
summary(object, ...)
Arguments
object |
an object of the class |
... |
further arguments to be passed to or from methods. |
Value
An object of class "summary.cv.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
Examples
data(Cornell)
summary(cv.plsR(Y~.,data=Cornell,nt=10,K=6, verbose=FALSE), verbose=FALSE)
[Package plsRglm version 1.5.1 Index]