找回密码
 注册
查看: 1224|回复: 0

R语言 xts包 na.locf.xts()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-2 07:27:11 | 显示全部楼层 |阅读模式
na.locf.xts(xts)
na.locf.xts()所属R语言包:xts

                                         Last Observation Carried Forward
                                         最后观察结转

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

xts method replace "NA" with most recent non-"NA"
xts方法取代“NA”与最近的非NA


用法----------Usage----------


## S3 method for class 'xts'
na.locf(object, na.rm = FALSE, fromLast = FALSE, maxgap=Inf, ...)



参数----------Arguments----------

参数:object
an xts object  
XTS对象


参数:na.rm
logical. Should leading/trailing "NA"'s be removed? The default for xts FALSE is different than the default S3 method in the zoo package.  
逻辑。如果前导/尾随NA被删除?默认为XTS FALSE比默认的S3在zoo包的方法是不同的。


参数:fromLast
logical. Cause observations to be carried backward rather than forward. Default is FALSE.  
逻辑。因为观测值进行倒退而不是前进。默认是FALSE。


参数:maxgap
runs of more than "maxgap" will retain "NA"s after the maximum gap specified. See na.locf in the zoo package.  
运行更多的比“maxgap”将保留NA后所指定的最大差距。 na.locf在动物园里包。


参数:...
unused  
未使用的


Details

详细信息----------Details----------

This is the xts method for the S3 generic na.locf. The primary difference to note is that after the "NA" fill action is carried out, the default it to leave trailing or leading "NA"'s in place. This is different than zoo behavior.
这是xts方法S3通用na.locf。要注意的是,“NA”填充行动进行后,在默认情况下,它离开的地方尾随或前导NA的主要区别。这是不同zoo行为。


值----------Value----------

See the documentation in zoo.
动物园中的文档。


(作者)----------Author(s)----------



Jeffrey A. Ryan




参考文献----------References----------



实例----------Examples----------


x <- xts(1:10, Sys.Date()+1:10)
x[c(1,2,5,9,10)] <- NA

x
na.locf(x)
na.locf(x, fromLast=TRUE)
na.locf(x, na.rm=TRUE, fromLast=TRUE)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-24 12:02 , Processed in 0.025368 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表