setTSmodelParameters {dse1} | R Documentation |
Complete parameter vector information based on parameter array settings. This function is used internally and is not normally called by a user.
setTSmodelParameters(model, constants=NULL) setTSmodelParameters(model, constants=NULL) setTSmodelParameters(model, constants=NULL) setTSmodelParameters(model, constants=NULL)
model |
An object of class TSmodel. |
constants |
A list of logical arrays indicating TRUE for any model array entries that should be treated as constants. |
An object of class 'TSmodel'.
if(is.R()) data("eg1.DSE.data.diff", package="dse1") model <- estVARXls(eg1.DSE.data.diff) model <- setTSmodelParameters(model)