toLatex.setar | R Documentation |
Produce LaTeX output of the SETAR model.
## S3 method for class 'setar'
toLatex(object, digits = 3, label, ...)
object |
fitted setar model (using |
digits |
options to be passed to |
label |
LaTeX label passed to the equation |
... |
Not used |
Antonio, Fabio Di Narzo
setar
, nlar-methods
mod.setar <- setar(log10(lynx), m=2, thDelay=1, th=3.25)
toLatex(mod.setar)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.