ts-methods(stats)
ts-methods()所属R语言包:stats
Methods for Time Series Objects
时间序列对象的方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Methods for objects of class "ts", typically the result of ts.
为对象的类的方法"ts",通常是结果ts。
用法----------Usage----------
## S3 method for class 'ts'
diff(x, lag = 1, differences = 1, ...)
## S3 method for class 'ts'
na.omit(object, ...)
参数----------Arguments----------
参数:x
an object of class "ts" containing the values to be differenced.
一个类的对象"ts"包含值差。
参数:lag
an integer indicating which lag to use.
一个整数,指示哪些落后使用。
参数:differences
an integer indicating the order of the difference.
一个整数,表示顺序的差异。
参数:object
a univariate or multivariate time series.
一元或多元时间序列。
参数:...
further arguments to be passed to or from methods.
进一步的参数被传递到或从方法。
Details
详情----------Details----------
The na.omit method omits initial and final segments with missing values in one or more of the series. "Internal" missing values will lead to failure.
na.omit方法省略失踪值中的一个或多个系列的最初和最后的片段。 “内部”缺失值会导致失败。
值----------Value----------
For the na.omit method, a time series without missing values. The class of object will be preserved.
对于na.omit方法,没有缺失值的时间序列。的object类将被保留。
参见----------See Also----------
diff; na.omit, na.fail, na.contiguous.
diff;na.omit,na.fail,na.contiguous。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|