search for: fyq

Displaying 2 results from an estimated 2 matches for "fyq".

Did you mean: faq
2006 May 01
4
efficiency in merging two data frames
...ery slow. 15+ minutes. Is there quick way to do it. Here is my original codes. id$fy=rep(0,length(id$PERMNO)) for (i in 1:length(id$PERMNO)) id$fy[[i]]<-account$FYR[id$GVKEY[[i]]==account$GVKEY][[1]] return$GVKEY=rep(0,length(return$PERMNO)) return$fyy=rep(0,length(return$PERMNO)) return$fyq=rep(0,length(return$PERMNO)) for (i in i:length(return$PERMNO)) { temp<-id$PERMNO==return$PERMNO[[i]]; tempmon<-id$fy[temp][[1]]; if (return$month[[i]]<-tempmon) { return$fyy[[i]]<-return$year[[i]]; return$fyq[[i]]<-4-(tempmon-return$month[[i]])%/%3; } else{ ret...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking