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 发布于 2013-05-09 08:09:53
您应该指定要在哪个包中执行此操作。
是pscl吗.
没有足够的信息可以给出一个明确的答案,但我的猜测是,要么是预测因子是多元线性的,要么是你没有足够的零来预测它们的概率。
https://stackoverflow.com/questions/16457968
复制相似问题