
Summarizing Vector Autoregressive Model
Source:R/summary-varlse.R, R/print-varlse.R
      summary.varlse.Rdsummary method for varlse class.
Value
summary.varlse class additionally computes the following
- names
- Variable names 
- totobs
- Total number of the observation 
- obs
- Sample size used when training = - totobs-- p
- p
- Lag of VAR 
- coefficients
- Coefficient Matrix 
- call
- Matched call 
- process
- Process: VAR 
- covmat
- Covariance matrix of the residuals 
- corrmat
- Correlation matrix of the residuals 
- roots
- Roots of characteristic polynomials 
- is_stable
- Whether the process is stable or not based on - roots
- log_lik
- log-likelihood 
- ic
- Information criteria vector 
- AIC- AIC
- BIC- BIC
- HQ- HQ
- FPE- FPE