Learn R Programming

tsmethods (version 1.0.3)

add_custom: Add a custom component to specification

Description

Generic method for a custom component of a model.

Usage

add_custom(object, ...)

Value

The specification object with a custom component.

Arguments

object

an object.

...

additional parameters passed to the method.

Details

The method is used in state space estimation and simulation models for adding a custom component to the specification.