| coef.tfm | R Documentation |
Extracts the estimated coefficients from a fitted transfer function model
of class tfm. This is a method for the generic coef
function.
## S3 method for class 'tfm'
coef(object, ...)
object |
An object of class |
... |
Further arguments (currently unused). |
A named numeric vector with the estimated coefficients of the model, including regression coefficients, transfer function parameters, and noise model parameters.
tfm
## Not run:
mdl <- tfm(y, xreg = X, noise = um())
coef(mdl)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.