powered by
tsbootgce
Print tsbootgce object
# S3 method for tsbootgce print(x, digits = max(3L, getOption("digits") - 3L), ...)
A small summary of a tsbootgce object is returned.
fitted lmgce object.
lmgce
significant digits in printout.
additional print 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) res.tsbootgce # }
Run the code above in your browser using DataLab