Hi,

I am trying to get the P-value associated with a glmer model from the binomial family within package lme4 in R. My model is the following:

glmer(Infection.status~origin+ (1|donationID), family=binomial)->q7H

where Infection status is a dummy variable with two levels, infected and uninfected I tried to get the P-value associated to the the explanatory variable origin but I get only the F-value and the degrees of freedom

(aov

More Mario Garrido's questions See All
Similar questions and discussions