getTh {tsDyn} | R Documentation |
Extract threshold(s) coefficient
Description
Extract threshold coefficient(s)
Usage
getTh(object, ...)
## Default S3 method:
getTh(object, ...)
Arguments
object |
object of class |
... |
additional arguments to |
Value
Threshold value.
Author(s)
Matthieu Stigler
Examples
set<-setar(lynx, m=3)
getTh(set)
getTh(summary(set))
[Package tsDyn version 11.0.4.1 Index]