Custom IC functions for stepwise models
EBIC(...)# S3 method for default
EBIC(fit, varnames, pen_info, gammafn = NULL, return_df = TRUE, ...)
RBIC(fit, ...)
# S3 method for default
RBIC(fit, varnames, pen_info, gammafn = NULL, return_df = TRUE, ...)
RAIC(fit, ...)
# S3 method for default
RAIC(fit, varnames, pen_info, gammafn = NULL, return_df = TRUE, ...)
A vector of values for the criterion requested, and the degrees of freedom (appended to front of vector) if return_df == TRUE.
additional args
a fitted object
names of variables
penalty information
What to use for gamma in formula
should the deg. freedom be returned