toLatex.setar: Latex representation of fitted setar models

View source: R/setar.R

toLatex.setarR 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 nlar)

digits

options to be passed to format for formatting numbers

label

LaTeX label passed to the equation

...

Not used

Author(s)

Antonio, Fabio Di Narzo

See Also

setar, nlar-methods

Examples


mod.setar <- setar(log10(lynx), m=2, thDelay=1, th=3.25)
toLatex(mod.setar)


tsDyn documentation built on Feb. 16, 2023, 6:57 p.m.