Displaying 1 result from an estimated 1 matches for "fwdret".
Did you mean:
fwdnet
2006 Nov 29
2
problem with indexing a zoo object
...t will
work. But, I need to keep the minute days of bckret.
So, I have two questions :
1) is there a way around this ?
2) even if the answer to 1) is yes, there could be some other way better
than what I am doing ? It took me a while to even get to this point
because I was taking is.infinite of fwdret and abs of bckret rather than
their respective coredatas and that was really causing a mess because of
the different indexing that was getting returned.
Thanks.
# SET SEED
set.seed(1)
# CREATE 2 ZOO OBJECTS, bckkret and fwdret OF MINUTE DATA OVER THE
WHOLE DAY
x.date<-as.Date(paste(2003,0...