View source: R/summary_functions.R
cvMatrixMetrics | R Documentation |
cvMatrixMetrics
computes various metrics and properties
for each covariance matrix estimator candidate's estimate.
cvMatrixMetrics(object, dat_orig)
object |
A named list of class |
dat_orig |
The |
A named list of class "cvCovEst"
whose cross-validated risk
assessment is now a tibble
containing the
corresponding metrics for each estimate. The tibble
is grouped by estimator and ordered by the primary hyperparameter if
applicable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.