Learn R Programming

plsRglm (version 1.3.0)

print.cv.plsRglmmodel: Print method for plsRglm models

Description

This function provides a print method for the class "cv.plsRglmmodel"

Usage

# S3 method for cv.plsRglmmodel
print(x, ...)

Arguments

x

an object of the class "cv.plsRglmmodel"

not used

Value

NULL

References

Nicolas Meyer, Myriam Maumy-Bertrand et Fr<U+00E9>d<U+00E9>ric Bertrand (2010). Comparaison de la r<U+00E9>gression PLS et de la r<U+00E9>gression logistique PLS : application aux donn<U+00E9>es d'all<U+00E9>lotypage. Journal de la Soci<U+00E9>t<U+00E9> Fran<U+00E7>aise de Statistique, 151(2), pages 1-18. http://publications-sfds.math.cnrs.fr/index.php/J-SFdS/article/view/47

See Also

print

Examples

Run this code
# NOT RUN {
data(Cornell)
XCornell<-Cornell[,1:7]
yCornell<-Cornell[,8]
print(cv.plsRglm(dataY=yCornell,dataX=XCornell,nt=10,NK=1,
modele="pls-glm-family",family=gaussian(), verbose=FALSE))
rm(list=c("XCornell","yCornell","bbb"))

# }

Run the code above in your browser using DataLab