zip<-zeroinfl(No.of.fatal~.|., data=LI, link="logit", dist="poisson")
Error in solve.default(as.matrix(fit$hessian)) :
Lapack routine dgesv: system is exactly singular: U[72,72] = 0
In addition: Warning message:
glm.fit: fitted probabilities numerically 0 or 1 occurred
答案 0 :(得分:1)
您应该指定您正在执行此操作的包。
是pscl
吗? ......
没有足够的信息给出明确答案的危险,但我的猜测是预测因子是多重线性的,或者只是你没有足够的零来表示你所适用的所有参数来预测它们的概率。