cvRiskByClass: Summary Statistics of Cross-Validated Risk by Estimator Class

View source: R/summary_functions.R

cvRiskByClassR Documentation

Summary Statistics of Cross-Validated Risk by Estimator Class

Description

cvRiskByClass() calculates the following summary statistics for the cross-validated risk within each class of estimator passed to cvCovEst(): minimum, Q1, median, mean, Q3, and maximum. The results are output as a tibble.

Usage

cvRiskByClass(dat)

Arguments

dat

The tibble of cross-validated risk calculations which is output by cvCovEst().

Value

tibble with rows corresponding to estimator classes and columns corresponding to each summary statistic.


cvCovEst documentation built on May 29, 2024, 5:51 a.m.