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
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
2 matches
Mail list logo