Displaying 2 results from an estimated 2 matches for "r2w".
Did you mean:
r2
2006 Apr 21
1
Feeding a sequence to a function
...to 10. The following code works for all
pairs of values between 1 and 10, but given R's indexing, I can't extend it
back to cover the zeros and the negative values. I'd appreciate any
suggestions for a work-around.
Thanks! Fred
Tau <- matrix(0,10,10)
S2 <- matrix(0,10,10)
R2w <- matrix(0,10,10)
for (i in 1:10) {
for (j in 1:10) {
out <- function(i,j)
Tau[i,j] <- out at Tau
S2[i,j] <- out at Sigma2
R2w[i,j] <-out at R2w
}
}
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