summary.groc | R Documentation |
Summary and print methods for groc
objects.
## S3 method for class 'groc'
summary(object, what = "validation",
digits = 4, print.gap = 2, ...)
## S3 method for class 'groc'
print(x, ...)
x , object |
a |
what |
character, only |
digits |
integer. Minimum number of significant digits in the output. Default is 4. |
print.gap |
Integer. Gap between coloumns of the printed tables. |
... |
Other arguments sent to underlying methods. |
If what
is "validation"
, the cross-validated PRESS,
RPEMAD and RMSEPs (if
available) are given.
print.groc
return the object invisibly.
P. Lafaye de Micheaux
Martin Bilodeau, Pierre Lafaye de Micheaux, Smail Mahdi (2015), The R
Package groc for Generalized Regression on Orthogonal Components,
Journal of Statistical Software, 65(1), 1-29,
https://www.jstatsoft.org/v65/i01/
groc
, grocCrossval
data("yarn",package="pls")
yarn.groc <- groc(density ~ NIR, 6, data = yarn)
yarn.cv <- grocCrossval(yarn.groc, segments = 10)
print(yarn.groc)
summary(yarn.cv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.