Learn R Programming

glarma (version 1.5-0)

summary.glarma: Summarize GLARMA Fit

Description

summary method for class glarma and functions to generate the estimates for this summary method.

Usage

"summary"(object, tests = TRUE, ...) "print"(x, digits = max(3L, getOption("digits") - 3L), ...) glarmaModelEstimates(object)

Arguments

object
An object of class "glarma", obtained from a call to glarma.
x
An object of class "summary.glarma", obtained from a call to summary.glarma.
digits
Numeric; minimum number of significant digits to be used for most numbers.
tests
Logical; if TRUE, the likelihood-ratio test and the Wald test are shown in the summary. The default is TRUE.
...
Further arguments passed to or from other methods.

Value

summary.glarma returns an object of class "summary.glarma", a list with components

See Also

glarma, summary.

Examples

Run this code
## For examples see example(glarma)

Run the code above in your browser using DataLab