glmnetr.compcv {glmnetr} | R Documentation |
A redirect to nested.compare
Description
See nested.compare(), as glmnetr() is depricated
Usage
glmnetr.compcv(object, digits = 4, type = "devrat", pow = 1)
Arguments
object |
A nested.glmnetr output object. |
digits |
digits for printing of z-scores, p-values, etc. with default of 4 |
type |
determines what type of nested cross validation performance measures are compared. Possible values are "devrat" to compare the deviance ratios, i.e. the fractional reduction in deviance relative to the null model deviance, "agree" to compare agreement, "lincal" to compare the linear calibration slope coefficients, "intcal" to compare the linear calibration intercept coefficients, from the nested cross validation. |
pow |
the power to which the average of correlations is to be raised. |
Value
A printout to the R console.
[Package glmnetr version 0.5-2 Index]