regime(tsDyn)
regime()所属R语言包:tsDyn
Extract variable showing regime
提取变量的显示政权
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function allows to extract the indicator variable specifying the regime in which the process is at time t.
此功能可以提取指定的政权,其中的过程是在时间t的指标变量。
用法----------Usage----------
regime(object,initVal=TRUE,timeAttr=TRUE,...)
## Default S3 method:[默认方法]
regime(object,initVal=TRUE,timeAttr=TRUE,...)
参数----------Arguments----------
参数:object
object of class setar or nlVar
对象的类setar或nlVar的
参数:initVal
Logical. Whether the NA initial values should be returned. Default to TRUE.
逻辑。 NA的初始值是否应返回。默认为true。
参数:timeAttr
Logical. Whether the time attributes should be returned. Default to TRUE.
逻辑。是否应返回的时间属性。默认为true。
参数:...
additional arguments to regime
额外的参数regime
值----------Value----------
Time series of same attributes as input to setar.
时间输入到SETAR一系列相同的属性。
(作者)----------Author(s)----------
Matthieu Stigler
实例----------Examples----------
set<-setar(lynx, m=3)
regime(set)
regime(set, time=FALSE, initVal=FALSE)
plot(regime(set))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|