Displaying 2 results from an estimated 2 matches for "mtemp".
Did you mean:
temp
2008 Jan 14
1
Error in solve.default message using lme
...#39;,',header=T)
B<-1366
library(nlme)
pValueTime<-matrix(nrow=B,ncol=2)
colnames(pValueTime)<-c('geneID','pValue.Time')
for (i in 1:B) {
print(i)
gene = teste$gene [i]
keep<-teste$gene==gene
MTemp =as.numeric( teste$M [keep])
timeTemp = as.factor(teste$time [keep])
animalTemp = as.factor(teste$animal [keep])
tempMM.HA<-lme(MTemp~timeTemp,random=~1|animalTemp,method='ML',
na.action=na.omit)
tempMM.H0<-lme(MTemp~1,random=~1|animalTemp,me...
2013 Nov 04
1
Subject: Regress multiple independent variables on multiple dependent variables
...t of dependent and independent variables and automate the
process rather than writing every dependent and independent variable in
each model as I have done below.
Example data is provided by the following library:
library(faraway)
data(ozone)
mo3 <- glm(O3 ~ humidity + ibh + ibt, data=ozone)
mtemp<- glm(temp ~ humidity + ibh + ibt, data=ozone)
Thanks
[[alternative HTML version deleted]]