coef.dCVnet | R Documentation |
Coefficients from a dCVnet object. If type is "production" this gives the coefficients from the production model fit to all data. Other options for type return coefficients from the outerloop of the cross-validation which are summarised/presented in different ways.
## S3 method for class 'dCVnet'
coef(object, type = "all", ...)
object |
a dCVnet object |
type |
how to return coefficients.
|
... |
" " |
a data.frame of coefficient values (see type argument) containing columns: Predictor and Coef (as well as Rep and fold if applicable)
coefficients_summary
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.