.estim_fn_nested_cv {nlpred} | R Documentation |
An estimating function for cvAUC with initial estimates generated via nested cross-validation
Description
An estimating function for cvAUC with initial estimates generated via nested cross-validation
Usage
.estim_fn_nested_cv(auc = 0.5, prediction_list, folds, gn, K)
Arguments
auc |
The value of auc to find root for |
prediction_list |
Entry in prediction_list |
folds |
Cross-validation folds |
gn |
Marginal probability of outcome |
K |
Number of CV folds |
Value
A numeric value of the estimating function evaluated at current
auc
estimate.
[Package nlpred version 1.0.1 Index]