plot.inar: Methods for Fitted INAR Models

Description Usage Arguments Value

View source: R/inar.R

Description

Methods for fitted INAR model objects.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## S3 method for class 'inar'
coef(object, ...)
## S3 method for class 'inar'
residuals(object, ...)
## S3 method for class 'inar'
fitted(object, ...)
## S3 method for class 'inar'
print(x, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'inar'
plot(x, ask = interactive(), ...)

Arguments

...

further arguments passed to or from other methods.

object,

x an object of class "inar"; usually, a result of a call to inar.

digits

see printCoefmat.

ark

Should the plot method work interactively? See interactive.

Value

For coef, a numeric vector; for residuals and fitted a univariate time series; for plot and print, the fitted INAR model object.


projecttsinteger/tsintegerpackage documentation built on May 26, 2019, 8:34 a.m.