This should be posted on r-sig-mixed-models, not here. But you should
realize that "equivalent analysis" presumes knowledge of what ASReml
does, so that perhaps the best target of your query is the package
maintainer, not a list concerned with other methods.
Bert Gunter
"The trouble with having a
Greetings R Community
The ASReml-R package will analyze data from experiments with
pseudoreplications.
Dealing with Pseudo-Replication in Linear Mixed Models
https://www.vsni.co.uk/case-studies/dealing-with-pseudo-replication-in-linear-mixed-models
Will the ‘lme4’ package return an equivalent ana
Need some help please
I am trying to use this model because I have temporal replication in my data
results<-read.table(file=file.choose(),header=T)
attach(results)
names(results)
results<-na.omit(results)
library(nlme)
library(lattice)
results<-groupedData(weight~date|group,outer=~diet,results)
3 matches
Mail list logo