.get_quantile {nlpred} | R Documentation |
Helper function to get quantile for a single training fold data when nested CV is NOT used.
Description
Helper function to get quantile for a single training fold data when nested CV is NOT used.
Usage
.get_quantile(x, p, quantile_type = 8)
Arguments
x |
An entry in prediction_list. |
p |
The quantile to get. |
quantile_type |
The type of quantile estimate to use. |
[Package nlpred version 1.0.1 Index]