ic_selection {bigtime} | R Documentation |
Selects the optimal penalty parameter using information criteria
Description
Selects the optimal penalty parameter using information criteria
Usage
ic_selection(mod, ic = c("bic", "aic", "hq"), verbose = FALSE)
Arguments
mod |
Model estimated Model estimated using |
ic |
Which information criteria should be used. Must be one of
|
verbose |
If true, some useful information will be printed during the process |
Value
Returns a model that uses the optimal penalty
[Package bigtime version 0.2.3 Index]