setinputs
adds new inputs into a transfer function model.setinputs
adds new inputs into a transfer function model.
# S3 method for tfm
setinputs(
mdl,
xreg = NULL,
inputs = NULL,
y = NULL,
envir = parent.frame(),
...
)setinputs(mdl, ...)
# S3 method for um
setinputs(mdl, xreg = NULL, inputs = NULL, y = NULL, envir = NULL, ...)
a umm
or tfm
object.
a matrix of inputs.
a list of tf objects.
an optional ts object.
an environment.
other arguments.
A tfm
object.