search for: pvaluetime

Displaying 1 result from an estimated 1 matches for "pvaluetime".

2008 Jan 14
1
Error in solve.default message using lme
...in all times, the number of animals in each time is different and I have lots of NA values. An example file can be downloaded at lbmp.fcav.unesp.br/leonardo and the code used is the following: teste<-read.table(file='example.csv',sep=',',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]) timeTem...