summary.bigtime.simVAR: Gives a small summary of a VAR simulation
Description
Gives a small summary of a VAR simulation
Usage
# S3 method for bigtime.simVAR
summary(object, plot = TRUE, ...)
Value
If `plot=TRUE`, then a ggplot2 plot will be returned
Arguments
- object
Simulated data of class bigtime.simVAR
obtained
from the simVAR
function
- plot
Should the VAR be plotted. Default is TRUE
- ...
Not currently used