Error in Zero-Inflated Negative Binomial Regression Code

R_Code<- m1 <- zeroinfl(count ~ child + camper | persons,
data = zinb, dist = "negbin", EM = TRUE)
summary(m1)
Every time I run this "object 'model_count' not found" appeared in the console. What can I do? I am new in R. Please help.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.