tsconvert: Conversion method from one object to another

View source: R/methods.R

tsconvertR Documentation

Conversion method from one object to another

Description

Generic special purpose method for converting one object to another.

Usage

tsconvert(object, ...)

Arguments

object

an object.

...

additional parameters passed to the method.

Details

This method can be used to convert one model to another when those models are related, one set of parameters to a different parameterization, or any other use case which involves some meaningful conversion in the context of the model being implemented for.

Value

The converted object.


tsmethods documentation built on Sept. 30, 2024, 9:40 a.m.