I have problem with getting p value from my mixed model, library(lme4)
DWR<-lmer(DWRm2~Growth.stage+Se.application+Growth.stage:Se.application+(1|Block),data=Sub1)
summary(DWR)
before I used this model and I got p value with summary my model but now I can't get it, I have just t value