summary.cvsvd | R Documentation |
Summarize the result of cv.svd.gabriel
or
cv.svd.wold
.
## S3 method for class 'cvsvd'
summary(object, ...)
object |
the result of a |
... |
additional arguments to |
Print a table of the estimated prediction errors and the standard errors of
the estimate. Put an asterisk (*
) next to the minimum and a plus
(+
) next to the "one standard error rule" choice.
nfolds |
the number of cross-validation folds |
maxrank
|
the maximum rank for which prediction error is estimated. |
msep.mean
|
the average mean square error of prediction (MSEP) across all folds for
ranks 0, 1, ..., |
msep.se |
the standard errors of the
|
rank.best |
the rank with the minimum
|
rank.1se |
the smallest rank within one
standard error of the minimum |
Patrick O. Perry
cv.svd.gabriel
, cv.svd.wold
,
plot.cvsvd
print.cvsvd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.