Return the residual standard deviation for the specified submodels.
# S3 method for lmSubsets
sigma(object, size, best = 1, ..., na.rm = TRUE, drop = TRUE)# S3 method for lmSelect
sigma(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 residual standard deviations
lmSubsets()
for all-subsets
regression
lmSelect()
for best-subset
regression
sigma()
for the S3 generic