# \donttest{
res.tsbootgce <-
tsbootgce(
formula = CO2 ~ 1 + L(GDP, 1) + L(EPC, 1) + L(EU, 1),
data = moz_ts)
confint(res.tsbootgce, method = "percentile")
confint(res.tsbootgce, which = "NormEnt", level = 0.99)
confint(res.tsbootgce, parm = c("L(GDP, 1)"), level = 0.99)
# }
Run the code above in your browser using DataLab