Displaying 3 results from an estimated 3 matches for "r2m".
Did you mean:
  p2m
  
2006 Jan 10
2
Obtaining the adjusted r-square given the regression coefficients
...ven by:
                       
adjustedR2<-function(Y,X,saM) {    if(is.matrix(Y)==F) (Y<-as.matrix(Y))    if(is.matrix(X)==F) (X<-as.matrix(X))    if(is.matrix(saM)==F) (saM<-as.matrix(saM))    RX<-rent.matrix(X,1)$Rentabilidade.tipo    RY<-rent.matrix(Y,1)$Rentabilidade.tipo    r2m<-matrix(0,nrow=ncol(Y),ncol=1)    RSS<-matrix(0,ncol=ncol(Y),nrow=1)    SYY<-matrix(0,ncol=ncol(Y),nrow=1)    for (i in 1:ncol(RY))    {       RSS[,i]<-(t(RY[,i])%*%RY[,i])-(saM[i,]%*%(t(RX)%*%RX)%*%t(saM)[,i])       SYY[,i]<-sum((RY[,i]-mean(RY[,i]))^2)       r2m[i,]<-1-(RSS[,i]/...
2006 Jan 11
0
Obtaining the adjusted r-square given the regression coef ficients
...en by:
                  
adjustedR2<-function(Y,X,saM) 
{
 if(is.matrix(Y)==F) (Y<-as.matrix(Y))    
 if(is.matrix(X)==F) (X<-as.matrix(X))    
 if(is.matrix(saM)==F) (saM<-as.matrix(saM))  
 RX<-rent.matrix(X,1)$Rentabilidade.tipo   
 RY<-rent.matrix(Y,1)$Rentabilidade.tipo   
 r2m<-matrix(0,nrow=ncol(Y),ncol=1)   
 RSS<-matrix(0,ncol=ncol(Y),nrow=1)   
 SYY<-matrix(0,ncol=ncol(Y),nrow=1)   
 for (i in 1:ncol(RY))    
 {    
    RSS[,i]<-(t(RY[,i])%*%RY[,i])-(saM[i,]%*%(t(RX)%*%RX)%*%t(saM)[,i])   
    SYY[,i]<-sum((RY[,i]-mean(RY[,i]))^2)    
    r2m[i,]<-1...
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