tsconvert {tsmethods} | R 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.
[Package tsmethods version 1.0.1 Index]