Return the log-likelihood of the the specified submodels.
# S3 method for lmSubsets
logLik(object, size, best = 1, ..., na.rm = TRUE, drop = TRUE)# S3 method for lmSelect
logLik(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 log-likelihoods
lmSubsets() for all-subsets
regression
lmSelect() for best-subset
regression
logLik() for the S3 generic