toLatex.setar {tsDyn} | R Documentation |
Latex representation of fitted setar models
Description
Produce LaTeX output of the SETAR model.
Usage
## S3 method for class 'setar'
toLatex(object, digits = 3, label, ...)
Arguments
object |
fitted setar model (using |
digits |
options to be passed to |
label |
LaTeX label passed to the equation |
... |
Not used |
Author(s)
Antonio, Fabio Di Narzo
See Also
Examples
mod.setar <- setar(log10(lynx), m=2, thDelay=1, th=3.25)
toLatex(mod.setar)
[Package tsDyn version 11.0.4.1 Index]