2011/2/4 Den <d.kazakiew...@gmail.com> > To use elrm() I have to aggregate my data,which is really time consuming > when I look for the way out through many variables.
You don't have to do that. *One exception is that the binomial response should be specified as success/trials, where success gives the number of successes and trials gives the number of binomial trials for each row of dataset. * So... when one row = one trial: data2elrm<-cbind(mydata,n=rep(1,dim(mydata)[1]))* * But the worst thing > is that I am not not sure if I can trust to p-values in output. > It depends, but it's always a "guess". -- Mi³ego dnia [[alternative HTML version deleted]]
______________________________________________ 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.