Re: [R] Example data for analysis of a highly pseudoreplicate mixed-effects experiment

2009-09-16 Thread Matthias Gralle
There were some wrong NA values in the provided data set, this is now corrected. The data can be read in as small=read.csv("small.csv",colClasses=c("character",rep("integer",2),rep("factor",5))) The high number of residual df can be seen using the nlme package (can it be seen in the lme4 packa

[R] Example data for analysis of a highly pseudoreplicate mixed-effects experiment

2009-09-16 Thread Matthias Gralle
Hello everybody, it may be better to have sample data. I have provided data with less levels of "gene" and "day" and only ca. 400 data points per condition. Sample code: small=as.data.frame(read.csv("small.csv")) small$species=factor(small$species) small$gene=factor(small$gene) small$day=facto