print.tsbootgce {GCEstim} | R Documentation |
Print tsbootgce
object
Description
Print tsbootgce
object
Usage
## S3 method for class 'tsbootgce'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
Arguments
x |
fitted |
digits |
significant digits in printout. |
... |
additional print arguments. |
Value
A small summary of a tsbootgce
object is returned.
Author(s)
Jorge Cabral, jorgecabral@ua.pt
Examples
res.tsbootgce <-
tsbootgce(
formula = CO2 ~ 1 + L(GDP, 1) + L(EPC, 1) + L(EU, 1),
data = moz_ts)
res.tsbootgce
[Package GCEstim version 0.1.0 Index]