coef.tfm {tfarima}R Documentation

Coefficients of a transfer function model

Description

coef extracts the "coefficients" from a TF model.

Usage

## S3 method for class 'tfm'
coef(object, ...)

Arguments

object

a tfm object.

...

other arguments.

Value

A numeric vector.


[Package tfarima version 0.3.2 Index]