dot-make_targeting_data.RdHelper function for making data set in proper format for CVTMLE
.make_targeting_data( x, prediction_list, quantile_list, density_list, folds, nested_cv = FALSE, gn )
| x | A numeric identifier of which entry in |
|---|---|
| prediction_list | Properly formatted list of predictions. |
| quantile_list | List of estimated quantile for each fold. |
| density_list | List of density estimates for each fold. |
| folds | Cross-validation fold assignments. |
| nested_cv | A boolean indicating whether nested CV was used in estimation. |
| gn | An estimate of the marginal probability that |