Displaying 3 results from an estimated 3 matches for "m27".
Did you mean:
  27
  
2003 Mar 15
1
formula, how to express for transforming the whole model.matrix, data=Orthodont
...14
105           1   8         1             8
106           1  10         1            10
107           1  12         1            12
108           1  14         1            14
I want to have the whole design matrix transformed by
a vector of multiplicator, say c(m1, m2, m3, ... ,
m26, m27 ), for each Subject. Then the design matrix
will look like this.
    (Intercept)    age SexFemale age:SexFemale
1            m1    8m1         0             0
2            m1   10m1         0             0
3            m1   12m1         0             0
4            m1   14m1         0             0...
2010 May 19
8
Generating all possible models from full model
...tion term?  Plankton may varry by site
  
  m23<-glm.convert(glm.nb(mantas~year+cosmonth,data=mydata))
  m24<-glm.convert(glm.nb(mantas~year+sinmonth,data=mydata))
  m25<-glm.convert(glm.nb(mantas~year+coslunar,data=mydata))
  m26<-glm.convert(glm.nb(mantas~year+sinlunar,data=mydata))
  m27<-glm.convert(glm.nb(mantas~year+plankton,data=mydata))
  
  m34<-glm.convert(glm.nb(mantas~cosmonth+sinmonth,data=mydata))
  m35<-glm.convert(glm.nb(mantas~cosmonth+coslunar,data=mydata))
  m36<-glm.convert(glm.nb(mantas~cosmonth+sinlunar,data=mydata))
  m37<-glm.convert(glm.nb(manta...
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