Displaying 1 result from an estimated 1 matches for "navero".
Did you mean:
naver
2012 May 02
5
uneven vector length issue with read.zoo?
...r format (fmt), timezone (TZ), and user
> #defined chron function (chr)
> fmt = "%m/%d/%y %I:%M %p"
> TZ = "PDT"
> chr = function(x) as.chron(x, fmt)
> #Read in data as zoo object using relevant arguments in read.zoo()
> #for details of arguments, see Kevin Navero or see ?read.zoo
> #and ?read.table .... [TRUNCATED]
Error in read.zoo("http://dl.dropbox.com/u/41922443/test.csv", skip = 1, :
index has bad entries at data rows: 14 15 16 17 18 19 20 21 22 23 24 25 26
27 28
I was hoping that the "NULL" in colClasses() would've tak...