Description Usage Arguments Details Value See Also Examples
coef
is a generic function which extracts GLARMA model coefficients
from objects returned by modeling functions. coefficients
is an alias
for it.
1 2 |
object |
An object of class |
types |
Character; which coefficients to extract, either
|
... |
Further arguments passed to or from other methods. |
This is an S3 generic function. coef
or coefficients
return the requested coefficients from the object of class
"glarma"
. By changing the argument type
, either the ARMA
coefficients (ARMA
), regression coefficients (beta
) or
all coefficients are returned. In the case of negative binomial
counts, the negative binomial coefficient alpha is also
returned if type is all
, or if type is NB
. The default
is all
.
ARMA
coefficients, beta
coefficients, NB
coefficients or all of these three types of coefficients are extracted
from the glarma
model object object
.
A named numeric vector or list of named numeric vectors is returned.
fitted.glarma
and residuals.glarma
for
related methods;
1 2 3 4 5 6 7 8 9 10 |
theta_1 theta_2 theta_5
0.2184597 0.1272311 0.0872861
Intcpt Trend CosAnnual SinAnnual CosSemiAnnual
0.1299754 -3.9283714 -0.0991262 -0.5308445 0.2111276
SinSemiAnnual
-0.3932302
$ARMA
theta_1 theta_2 theta_5
0.2184597 0.1272311 0.0872861
$beta
Intcpt Trend CosAnnual SinAnnual CosSemiAnnual
0.1299754 -3.9283714 -0.0991262 -0.5308445 0.2111276
SinSemiAnnual
-0.3932302
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.