Learn R Programming

GCEstim (version 0.1.0)

print.tsbootgce: Print tsbootgce object

Description

Print tsbootgce object

Usage

# S3 method for tsbootgce
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Value

A small summary of a tsbootgce object is returned.

Arguments

x

fitted lmgce object.

digits

significant digits in printout.

...

additional print arguments.

Author

Jorge Cabral, jorgecabral@ua.pt

Examples

Run this code
# \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