search for: m_m

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

Did you mean: m_
2012 Apr 26
1
conocer los mínimos
Encontré mi error, ahora funciona perfecto, Animal <- c('A','A','A','B','B','C','D','D') Edad <- c(2,3,4,3,4,2,4,5) datos <- data.frame(Animal, Edad) m_m <- with(datos, tapply(Edad, Animal, function(x){ minimo <- min(x) valor <- length(x) rep(minimo, valor) })) datos$repetido <- do.call(c, m_m) datos From: Marcuzzi, Javier Rubén Sent: Wednesday, April 25, 2012 6:37 PM To: R-help-es en r-project.org Subject: conocer los mínimos...
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