search for: fc_date

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

Did you mean: cdate
2009 Dec 31
1
How to interpret some diagnostic output
...rom blood where" bfc_PM<-"blood.time>\"22:00:00\" and blood.time<=\"23:59:00\"" bfc_tail<-"order by blood.date,blood.time" bfc<-"blood.date" nmon<-c(2:12,1) lst<-list() # init null list for (i in 1:12) { year<-fc_year fc_date <- paste(bfc,">=\"", year, "-", i, "-01\" and ", sep="") if (i == 12) year<-fc_year+1 else year<-fc_year fc_date <- paste(fc_date,bfc,"<\"",year,"-",nmon[i],"-01\" and ",sep="")...