Martín Quiroga <mquiroga <at> ssdfe.com.ar> writes: > The response variable has a binomial distribution (males or females). > Ive been reading for a while and found the MASS and lmer packages that will > allow me to do such a thing with my data. I found the script I should write > lmer(y~fixed+(time | random), family=binomial) but, despite of using the R > commander cannot make it work. > Can you help me with this?
No, because "cannot make it work" could be everything from a bad hardware, a bug in XP/Linux to wrong data format or forgetting library(). Post a sample of the data including the code you tried. Dieter ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.