Summary of output from the armasubsets function
Add the calculation of AIC and AICc. See the help manual of regsubsets function of the leaps package
## S3 method for class 'armasubsets' summary(object, all.best = TRUE, matrix = TRUE, matrix.logical = FALSE, df = NULL, ...)
object
: armasubsets objectall.best
: Show all the best subsets or just one of each sizematrix
: Show a matrix of the variables in each model or just summary statisticsmatrix.logical
: With matrix=TRUE, the matrix is logical TRUE/FALSE or string "*"/code" "df
: Specify a number of degrees of freedom for the summary statistics. The default is n-1...
: Other arguments for future methodsKung-Sik Chan, based on previous work of Thomas Lumley