coef.tsbootgce {GCEstim} | R Documentation |
Extract tsbootgce
Model Coefficients
Description
Extract coefficients from a tsbootgce
object
Usage
## S3 method for class 'tsbootgce'
coef(object, which = NULL, seed = object$seed, ...)
Arguments
object |
Fitted |
which |
The default is |
seed |
A single value, interpreted as an integer, for reproducibility
or |
... |
Additional arguments. |
Value
Returns the coefficients from a tsbootgce
object
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)
coef(res.tsbootgce)
[Package GCEstim version 0.1.0 Index]