powered by
tsbootgce
Three plots (selectable by which) are currently available to evaluate a tsbootgce object.
which
# S3 method for tsbootgce plot( x, which = c(1, 2), group = TRUE, group.ncol = NULL, group.nrow = NULL, ci.levels = c(0.9, 0.95, 0.99), ci.method = c("hdr", "basic", "percentile"), seed = object$seed, lambda = 1, col = NULL, plot.lines = TRUE, legend.position = "bottom", ... )
A ggplot object.
ggplot
Fitted tsbootgce object.
Integers from 1 to 3. The default is which = c(1,2).
which = c(1,2)
Boolean value. If group = TRUE, the default, plots are grouped in one image.
group = TRUE
Number of columns (see ggarrange). The default is group.ncol = NULL.
ggarrange
group.ncol = NULL
Number of rows. (see ggarrange). The default is group.nrow = NULL.
group.nrow = NULL
the confidence levels (maximum of 4) required to compute the confidence interval. The default is ci.levels = c(0.90, 0.95, 0.99).
ci.levels = c(0.90, 0.95, 0.99)
One of c("hdr", "basic", "percentile"). The default is ci.method = "hdr" (see hdr).
c("hdr", "basic", "percentile")
ci.method = "hdr"
hdr
A single value, interpreted as an integer, for reproducibility or NULL for randomness. The default is seed = object$seed.
NULL
seed = object$seed
Box-Cox transformation parameter. Value between 0 and 1. The default is lambda = 1 (see hdr).
lambda = 1
Vector of colors for regions. The default is col = NULL.
col = NULL
Boolean. The default is plot.lines = TRUE.
plot.lines = TRUE
The default is legend.position = "bottom".
legend.position = "bottom"
additional arguments.
Jorge Cabral, jorgecabral@ua.pt
# \donttest{ res.tsbootgce <- tsbootgce( formula = CO2 ~ 1 + L(GDP, 1) + L(EPC, 1) + L(EU, 1), data = moz_ts) plot(res.tsbootgce, which = 2, group = TRUE) # }
Run the code above in your browser using DataLab