[问题] r读取问题

楼主: shingai (shingai)   2018-07-08 17:49:10
[问题类型]:
入门(写过其他程式,只是对语法不熟悉)
[问题叙述]:
于Rstudio环境下,执行程式范例中的语法出现下列警告,请问可以怎么排除问题?
Warning message:
3008.TW contains missing values. Some functions will not work if objects
contain missing values in the middle of the series. Consider using na.omit(),
na.approx(), na.fill(), etc to remove or replace them.
[程式范例]:
install.packages("quantmod")
require("quantmod")
library(quantmod)
tw3008=getSymbols("3008.TW",from = "2010-01-01",to = Sys.Date())
[环境叙述]:
Rstudio windows 7
作者: eri820503 (snoopyahoo)   2018-07-08 20:35:00
有些日期的资料是NA,这默认资料来源是yahoo finance去网站上看就可以发现NA的那些天都是没资料的
作者: joedenkidd (优质的蓝色射手)   2018-07-08 21:54:00
那你就用 na.omit()把空值清掉,不然分析会有问题
楼主: shingai (shingai)   2018-07-09 10:05:00
那请问我该把na.omit 函数加在哪里? 谢谢~
作者: joedenkidd (优质的蓝色射手)   2018-07-09 12:37:00
newdata=na.omit(tw3008) 应该这样就行ㄌ

Links booklink

Contact Us: admin [ a t ] ucptt.com