R中零膨胀泊松回归的误差

时间:2013-05-09 06:54:13

标签: r

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 
  • 我不明白这个错误,我在数据中遗漏了什么吗?
  • 是否可以知道此程序中发生了什么错误?
  • 如何解决此错误?
  • “系统是单一的”是什么意思?

1 个答案:

答案 0 :(得分:1)

您应该指定您正在执行此操作的包。

pscl吗? ......

没有足够的信息给出明确答案的危险,但我的猜测是预测因子是多重线性的,或者只是你没有足够的零来表示你所适用的所有参数来预测它们的概率。