getTh {tsDyn} | R Documentation |
Extract threshold coefficient(s)
getTh(object, ...) ## Default S3 method: getTh(object, ...)
object |
object of class setar , summary.setar , nlVar |
... |
additional arguments to getTh |
Threshold value.
Matthieu Stigler
set<-setar(lynx, m=3) getTh(set) getTh(summary(set))