toLatex.setar {tsDyn} | R Documentation |
Latex representation of fitted setar models
## S3 method for class 'setar': toLatex(object, digits=3, ...)
object |
fitted setar model (using nlar ) |
digits, ... |
options to be passed to format for
formatting numbers |
Antonio, Fabio Di Narzo
mod.setar <- setar(log10(lynx), m=2, thDelay=1, th=3.25) toLatex(mod.setar)