Skip to content
Prev 5863 / 20628 Next

multiple comparison (many to one) of fixed effect and random slop in lmer model

On 04/12/2011 10:26 AM, Yuan-Ye Zhang wrote:
It depends on your sample size.  Since you have 134 families I would
guess that your sample is large enough that the +/- 1.96 SE confidence
intervals will be very close to the parametric bootstrap results.  (You
might try one example to convince yourself.)
Comparing across data sets is sometimes tricky because the standard
model comparison recipes don't work.  I would think the most rigorous
approach would be to combine the two data sets into a single data set
with an additional variable that marks the origin of each data point
(e.g. rbind(data.frame(data1,orig=1),data.frame(data2,orig=2))) and then
run an analysis that includes interactions with "orig" and see if the
treatment:orig interaction (for example) is significant.  More crudely,
you could assume normal sampling distributions for the parameters and do
a t-test for equality of the parameters.