lagger(tonymisc)
lagger()所属R语言包:tonymisc
Lagger Function for Lagging Time Series data
惯犯的滞后时间序列数据的功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This command lags (or leads) variables within a data frame that contains variable named "date" that has class "Date".
此命令滞后(或线索)在一个数据框包含变量名为“日期”,“日期”类的变量。
用法----------Usage----------
lagger(data, by.var, lag.vars, num.lags, direction, freq = "daily")
参数----------Arguments----------
参数:data
A data.frame object with a panel structure.
数据框对象的面板结构。
参数:by.var
character string with a unique identifier for each time period.
字符串,每个时间段的唯一标识符。
参数:lag.vars
character vector of variable names (must be defined within data) of variables to lag or lead.
字符变量的变量名称(必须定义在数据)向量落后或领先。
参数:num.lags
numeric vector that indicates the number of lags to generate for each variable within lag.vars.
,指示的数目的数值向量滞后内每个变量lag.vars的生成。
参数:direction
Specify "lag" or "lead" to indicate whether to generate lags or leads.
指定“滞后”或“铅”,以指示是否产生滞后或引线。
参数:freq
Specify "daily", "monthly" or "quartly" to indicate the frequency of the data.
指定“每日”,“每月”或“每月增减”来表示的数据的频率。
值----------Value----------
The function returns a data frame with new columns for the lags and leads generated.
该函数返回一个数据框新列的滞后,导致产生的。
(作者)----------Author(s)----------
Sean Golden and Ian Muir (with adaptations by J. Anthony Cookson)
参见----------See Also----------
as.Date,Date
as.Date,Date
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|