Learn R Programming

tfarima (version 0.1.1)

setinputs: setinputs adds new inputs into a transfer function model.

Description

setinputs adds new inputs into a transfer function model.

Usage

setinputs(tfm, ...)

# S3 method for tfm setinputs(tfm, xreg = NULL, inputs = NULL, ...)

Arguments

tfm

a tfm object.

...

further arguments to be passed to particular methods

xreg

a matrix of inputs.

inputs

a list of tf objects.

Value

A tfm object.