| BIC.lmSubsets {lmSubsets} | R Documentation |
Extract BIC values from a subset regression
Description
Evaluate the Bayesian information criterion (BIC) for the specified submodels.
Usage
## S3 method for class 'lmSubsets'
BIC(object, size, best = 1, ..., na.rm = TRUE, drop = TRUE)
## S3 method for class 'lmSelect'
BIC(object, best = 1, ..., na.rm = TRUE, drop = TRUE)
Arguments
object |
|
size |
|
best |
|
... |
ignored |
na.rm |
|
drop |
|
Value
double[]—the BIC values
See Also
lmSubsets()for all-subsets regressionlmSelect()for best-subset regressionBIC()for the S3 generic
[Package lmSubsets version 0.5-2 Index]