BIC.lmSubsets: Extract BIC values from a subset regression

Description Usage Arguments Value See Also

Description

Evaluate the Bayesian information criterion (BIC) for the specified submodels.

Usage

1
2
3
4
5
## 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

"lmSubsets", "lmSelect"—a subset regression

size

integer[]—the submodel sizes

best

integer[]—the submodel positions

...

ignored

na.rm

logical—if TRUE, remove NA entries

drop

logical—if TRUE, simplify structure

Value

double[]—the BIC values

See Also


lmSubsets documentation built on Feb. 8, 2021, 1:06 a.m.