tsconvert.bsts.estimate | R Documentation |
Converts an estimated BSTS object to a DLM object.
## S3 method for class 'bsts.estimate' tsconvert( object, to = "dlm", draw = "mean", burn = SuggestBurn(0.1, object$model), ... )
object |
tsconvert an object of class “bsts.estimate”. |
to |
class to convert to. Currently only DLM supported, but KFAS may be added in the future. |
draw |
either an integer or “mean”, after eliminating any burn draws, representing what part of the distribution to convert. |
burn |
draws to burn. |
... |
not currently used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.