tif(tis)
tif()所属R语言包:tis
Time Index Frequencies and Periods
时间指数的频率和期间
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Return the tif code of an object, the name associated with a tif code, the period number of a time index, or the first .
返回TIF一个对象的代码,用TIF代码相关联的名称,时间索引的周期数,或第一个。
用法----------Usage----------
tif(x, ...)
## S3 method for class 'ti'
tif(x, ...)
## S3 method for class 'tis'
tif(x, ...)
## S3 method for class 'ts'
tif(x, ...)
## Default S3 method:[默认方法]
tif(x, freq = NULL, ...)
tifName(s)
## Default S3 method:[默认方法]
tifName(s)
## S3 method for class 'ti'
tifName(s)
## S3 method for class 'tis'
tifName(s)
period(z)
basePeriod(x)
参数----------Arguments----------
参数:x
a ti or tis object, or a string giving a tif name.
ti或tis对象,或一个字符串,给出一个TIF名称。
参数:freq
numeric. If x is missing, return the tif for this frequency, otherwise ignore.
数字。如果x丢失,返回tif这个频率,否则忽略。
参数:...
ignored
忽视
参数:s
a ti or tis object, or a tif code.
ti或tis对象,或TIF代码。
参数:z
a ti object.
一个ti对象。
Details
详细信息----------Details----------
The tifList object associates tifNames with tif codes. Most functions that call for tif argument can take either a tif code or a tif name.
tifList对象联营公司tifNames与TIF码。的绝大部分功能都要求tif参数可以是一个TIF代码或TIF名。
Both function are generic function with methods for ti and tis objects, as well as a default method. tif also has a method for ts objects.
这两个功能是通用的功能与方法ti和tis对象,以及默认的方法。 tif也有的方法ts对象。
值----------Value----------
tif returns the tif code for x, while tifName returns a name for that code. Many of the codes have several names, but only the default one is returned.
tif返回的TIF的代码x,而tifName返回的名称的代码。许多代码有好几个名字,但只有默认1返回。
tif or tifName called with no arguments returns a vector of all tif codes with names.
tif或tifName不带参数调用返回一个向量的所有TIF代码的名称。
period returns a vector like z giving the number of periods elapsed since the first period defined for its argument's frequency.
period返回一个矢量,像z其参数的频率自定义的第一阶段期间经过数。
basePeriod returns the ti for the first period defined for tif(x).
basePeriod返回ti第一期定义tif(x)。
参见----------See Also----------
ti, frequency
ti,frequency
实例----------Examples----------
tif() ## returns a vector of all tif codes[#返回一个向量的所有TIF码]
tifName(today()) ## today() returns a ti[今日()返回一个TI]
period(today())
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|