coefficients_summary | R Documentation |
Extract the coefficients in the production model (fit to complete data) and provide descriptives for the coefficients in the outerloop cross-validation
coefficients_summary(object, ...)
object |
a dCVnet object |
... |
" " |
A data.frame with a row for each term/predictor in the model.
Columns present coefficients of the Production Model
(ProductionModel
) and descriptives of coefficients from the
outer-loop cross-validation. OuterMedian
: the median over folds
and repetitions of cross-validation.
min
, max
: the smallest, largest values
held by that coefficient over the cross-validation. propnz
: the
proportion of cross-validation folds for which the variable was non-zero
(Note: this will be close to 1 for low alpha = ridge penalty)
coef.dCVnet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.