search for: aggtimeframe

Displaying 1 result from an estimated 1 matches for "aggtimeframe".

2006 Nov 21
1
Is there any way to know when a field is blank
...INES OF CODE fxdata<-read.zoo(file=fxfile,FUN=as.POSIXct,sep=",",col.names=c("date"," bid","ask")) fxdata<-fxdata[( fxdata[,"bid"] > 0.0 ) & ( fxdata[,"ask"] > 0.0 ),] aggfxdata<-as.zoo(aggregatebyminutes(zooobj=fxdata,aggtimeframe=aggtimef rame)) #======================================================================= ==================== Even with the double comma being there, the fxdata<-read.zoo line and the fxdata<-fxdata line still work but then on the aggfxdata<-as.zoo line , I get the error : "Error i...