Learn R Programming

dse (version R2000.6-1)

fixF: Set SS Model F Matrix to Constants

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

fixF(model)

Arguments

model
An object of class TSmodel.

Value

  • An SS TSmodel object.

See Also

fix.constants

Examples

Run this code
if(is.R()) data("eg1.DSE.data.diff", package="dse1")
	model <- to.SS(est.VARX.ls(eg1.DSE.data.diff))
	model <- fixF(model)

Run the code above in your browser using DataLab