Learn R Programming

tsDyn (version 0.9-32)

toLatex.setar: Latex representation of fitted setar models

Description

Latex representation of fitted setar models

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

See Also

setar, nlar-methods

Examples

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

Run the code above in your browser using DataLab