Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

setTSmodelParameters

Set TSmodel Parameter Information


Description

Complete parameter vector information based on parameter array settings. This function is used internally and is not normally called by a user.

Usage

setTSmodelParameters(model, constants=model$constants)
    ## S3 method for class 'TSestModel'
setTSmodelParameters(model, constants=TSmodel(model)$constants)
    ## S3 method for class 'ARMA'
setTSmodelParameters(model, constants=model$constants)
    ## S3 method for class 'SS'
setTSmodelParameters(model, constants=model$constants)

Arguments

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.

Value

An object of class 'TSmodel'.

See Also

Examples

data("eg1.DSE.data.diff", package="dse")
    model <- estVARXls(eg1.DSE.data.diff)
    model <- setTSmodelParameters(model)

dse

Dynamic Systems Estimation (Time Series Package)

v2020.2-1
GPL-2
Authors
Paul Gilbert <pgilbert.ttv9z@ncf.ca>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.