R,将 NA 替换为零
如何在 R 动物园系列中用零替换 NA
值? 我一直在阅读有关 na.locf
和 na.omit
的内容,但我认为它们都没有满足我的需要。
谢谢。
How can I substitute NA
values by zero in a R zoo series?
I've been reading about na.locf
and na.omit
but I think none of them do what I need.
thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不熟悉动物园系列,但这就是使用矢量的方法。这应该有效。
I'm not familiar with the Zoo Series but this is how you do it with vectors. This Should work.
使用na.fill。如果
z
是动物园系列:Use
na.fill
. Ifz
is the zoo series: