Displaying 1 result from an estimated 1 matches for "dtb3".
Did you mean:
db3
2008 Aug 01
3
Reading data in R-metrics
Hi Folks!
I used the code below previously with no problems, but now I get:
DTB3<-read.table("C:\\Program
Files\\R\\R-2.7.1\\DTB3.csv",header=TRUE,sep=",")
> tail(DTB3)
DATE VALUE
14233 2008-07-23 1.56
14234 2008-07-24 1.62
14235 2008-07-25 1.71
14236 2008-07-28 1.70
14237 2008-07-29 1.69
14238 2008-07-30 1.67
> DTB3<-a...