Learn R Programming

plsRglm (version 1.3.0)

print.plsRmodel: Print method for plsR models

Description

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

Usage

# S3 method for plsRmodel
print(x, ...)

Arguments

x

an object of the class "plsRmodel"

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]
modpls <- plsRglm(yCornell,XCornell,3,modele="pls")
class(modpls)
print(modpls)
rm(list=c("XCornell","yCornell","modpls"))

# }

Run the code above in your browser using DataLab