Reputation:
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
Upvotes: 2
Views: 2238
Reputation: 8262
You should specify which package you're doing this in.
Is it pscl
? ...
There's not enough information given to hazard a definitive answer, but my guess is that either the predictors are multicollinear, or just maybe that you don't have enough zeros for all the parameters you're fitting to predict their probability.
Upvotes: 1