search for: sc_use

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

Did you mean: cause
2012 Sep 14
2
calculate within-day correlations
...39;mn','dy','min','SC')) Q_use<-data.frame(date=as.POSIXct(paste(Q[,1],"-",Q[,2],"-",Q[,3]," ",floor(Q[,4]/60),":",Q[,4]-(floor(Q[,4]/60)*60),":00",sep=''),"%Y-%m-%d %H:%M:%S",tz=""),Q=Q$Q) SC_use<-data.frame(date=as.POSIXct(paste(SC[,1],"-",SC[,2],"-",SC[,3]," ",floor(SC[,4]/60),":",SC[,4]-(floor(SC[,4]/60)*60),":00",sep=''),"%Y-%m-%d %H:%M:%S",tz=""),SC=SC$SC) Using the data provided, I?m trying to calculate...