Learn R Programming

tsDyn (version 0.7-60)

getTh: Extract threshold(s) coefficient

Description

Extract threshold coefficient(s)

Usage

getTh(object, ...)

## Default S3 method: getTh(object, ...)

Arguments

object
object of class setar, summary.setar, nlVar
...
additional arguments to getTh

Value

  • Threshold value.

Examples

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

Run the code above in your browser using DataLab