Extracting a p-value for a random effect in glmer
Good Afternoon, I am responding to a reviewers request to provide a p-value for the random effect I used in a glmer model in the lme4 package. I have found plenty of code to produce p-values for lmer models, but not glmer models. Here is my model structure: Int.litter<-glmer(litter_size~maternal_mass*repro_status + (1|maternal_id), family=binomial, data=litter). I'd greatly appreciate any help.