Learn R Programming

tsDyn (version 0.9-44)

getTh: Extract threshold(s) coefficient

Description

Extract threshold coefficient(s)

Usage

getTh(object, ...)

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

Arguments

object

object of class setar, summary.setar, nlVar

additional arguments to getTh

Value

Threshold value.

Examples

Run this code
# NOT RUN {
set<-setar(lynx, m=3)
getTh(set)
getTh(summary(set))
# }

Run the code above in your browser using DataLab