Skip to content
Prev 1300 / 20628 Next

binomial fixed-effect p-values by simulation

Daniel,

This is almost parametric bootstrapping. Rather than looking at the  
distribution of the parameter estimates it looks at the distribution  
of the test statistic (z value) and should be an improvement. I'm not  
certain of the correct way but summary(fixed.sim)@coefs will return  
them.

Unless the sample size is small I wouldn't be particularly worried  
about the distribution of the fixed effects estiamtes and I expect in  
your example there wont be much difference.

Another option is to use the sandwich estimator with logistic  
regression.

Ken
On 23/08/2008, at 8:22 AM, Daniel Ezra Johnson wrote: