getHypers {cvCovEst} | R Documentation |
Hyperparameter Retrieval Function
Description
getHypers()
retrieves the names and values of all
hyperparameters associated with an estimator passed to cvCovEst()
.
Usage
getHypers(dat, summ_stat, new_df = FALSE)
Arguments
dat |
A |
summ_stat |
A character vector specifying the summary statistic of interest. |
new_df |
A |
Value
A named list
containing the names of all hyperparameters and
their associated values, or a new wider data.frame
.
[Package cvCovEst version 1.2.2 Index]