I'm trying to merge a zeroinfl
Poisson regression with a lmer
model. How can I do that?
cro<-zeroinfl(carbapenem~time+COVID-19+time*COVID-19+month+(time|ORGANISM),data=all_mall)
This is the error it gives:
Error in X1 | ORGANISM :
operations are possible only for numeric, logical or complex types