Evaluate the Bayesian information criterion (BIC) for the specified submodels.
# S3 method for lmSubsets
BIC(object, size, best = 1, ..., na.rm = TRUE, drop = TRUE)# S3 method for lmSelect
BIC(object, best = 1, ..., na.rm = TRUE, drop = TRUE)
"lmSubsets", "lmSelect"---a subset
regression
integer[]---the submodel sizes
integer[]---the submodel positions
ignored
logical---if TRUE, remove NA
entries
logical---if TRUE, simplify structure
double[]---the BIC values
lmSubsets() for all-subsets
regression
lmSelect() for best-subset
regression
BIC() for the S3 generic