fixF: Set SS Model F Matrix to Constants

Description Usage Arguments Value See Also Examples

View source: R/dse1.R

Description

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.

Usage

1
    fixF(model)

Arguments

model

An object of class TSmodel.

Value

An SS TSmodel object.

See Also

fixConstants

Examples

1
2
3
    data("eg1.DSE.data.diff", package="dse")
    model <- toSS(estVARXls(eg1.DSE.data.diff))
    model <- fixF(model)

dse documentation built on March 4, 2020, 3:01 a.m.