summary.glarma {glarma} | R Documentation |
Summarize GLARMA Fit
Description
summary
method for class glarma
and functions to
generate the estimates for this summary
method.
Usage
## S3 method for class 'glarma'
summary(object, tests = TRUE, ...)
## S3 method for class 'summary.glarma'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
glarmaModelEstimates(object)
Arguments
object |
An object of class |
x |
An object of class |
digits |
Numeric; minimum number of significant digits to be used for most numbers. |
tests |
Logical; if |
... |
Further arguments passed to or from other methods. |
Value
summary.glarma
returns an object of class
"summary.glarma"
, a list with components
call |
the component from |
null.deviance |
null deviance of the GLM with the same regression structure as the GLARMA model. |
df.null |
null degrees of freedom of the GLM with the same regression structure as the GLARMA model. |
phi.lags |
the component from |
theta.lags |
the component from |
pq |
the component from |
iter |
the component from |
deviance |
the deviance of the fitted model. |
df.residual |
the degrees of freedom of the fitted model. |
deviance.resid |
the component from |
aic |
the component from |
methods |
vector specifying the count distribution of the GLARMA model, the iteration method and the type of residual used. |
tests |
whether tests were asked for. |
likTests |
if |
coefficients1 |
the matrix of beta coefficients, standard errors, z-ratio and p-values. |
coefficients2 |
the matrix of ARMA coefficients, standard errors, z-ratio and p-values. |
coefficients3 |
when the count distribution is negative binomial, a matrix with 1 row, giving the negative binomial parameter, its standard error, z-ratio and p-value. |
Author(s)
"William T.M. Dunsmuir" <w.dunsmuir@unsw.edu.au> and "Cenanning Li" <cli113@aucklanduni.ac.nz>
See Also
Examples
## For examples see example(glarma)