Description Usage Arguments Value See Also Examples
Set any parameters of the F matrix to constants. The same values are retained but they are considered to be constants rather than parameters. This will not change the model but will affect some estimation techniques and information criteria results.
1 | fixF(model)
|
model |
An object of class TSmodel. |
An SS TSmodel object.
1 2 3 | data("eg1.DSE.data.diff", package="dse")
model <- toSS(estVARXls(eg1.DSE.data.diff))
model <- fixF(model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.