Description Usage Arguments Details Value Author(s)
#' Get regularization thresholds of pre-selected cross-validation points and their indicies.
1 | citrus.getCVMinima(modelType, thresholdCVRates, fdrRate = 0.01)
|
modelType |
Method to be used for model-fitting. Valid options are: |
thresholdCVRates |
Matrix of error rates at regularizationThresholds returned by |
fdrRate |
FDR Maximum used to determine FDR-constrained model regularization threshold. |
For predictive models (i.e. pamr
or glmnet
), returns indicies of regularization thresholds
producing the minimum cross validation error rate (cv.min
), the simplest model having error within 1
standard error of the minimum (cv.1se
), and the model with the minimum error having an FDR rate < fdrRate
(cv.fdr.constrained
)
when possible.
List of regularization thresholds and indicies based on pre-selected cross-validation error rates points.
Robert Bruggner
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.