Displaying 1 result from an estimated 1 matches for "bmu_its_data".
2007 Nov 05
2
its does not recognize POSIXct w/ both time and Date?
Hello all,
I'm getting much further with my time-series work, but still getting
into some problems.
I'm using POSIXct time format with both date and time.
I'd like to use that in an its object but It seems its only processes
the date part of the POSIX time stamps:
BMU_its_data <- its(data[BMUindex,2-4],dates=data[BMUindex,1])
Error in `row.names<-.data.frame`(`*tmp*`, value = c("2007-10-31",
"2007-10-31", :
The first column of the data is certainly correct, with both date and time:
> summary(data[BMUindex,1])
Min....