tsconvert {tsmethods} | R Documentation |
Generic special purpose method for converting one object to another.
tsconvert(object, ...)
object |
an object. |
... |
additional parameters passed to the method. |
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.
The converted object.