# \donttest{
res_gce_package <-
lmgce(y ~ .,
data = dataGCE,
boot.B = 50,
seed = 230676)
neagging(res_gce_package, boot.method = "cases")
res.tsbootgce <-
tsbootgce(
formula = CO2 ~ 1 + L(GDP, 1) + L(EPC, 1) + L(EU, 1),
data = moz_ts)
neagging(res.tsbootgce)
# }
Run the code above in your browser using DataLab