Learn R Programming

tsDyn (version 11.0.4)

getTh: Extract threshold(s) coefficient

Description

Extract threshold coefficient(s)

Usage

getTh(object, ...)

# S3 method for default getTh(object, ...)

Value

Threshold value.

Arguments

object

object of class setar, summary.setar, nlVar

...

additional arguments to getTh

Author

Matthieu Stigler

Examples

Run this code

set<-setar(lynx, m=3)
getTh(set)
getTh(summary(set))

Run the code above in your browser using DataLab