Skip to content
Prev 170515 / 398503 Next

need help with errors in betareg analysis

Yes, fair enough. I wasn't sure it was fitting the mode at all, but here is
an example of what I see
Warning messages:
1: In sqrt(diag(fisherinv)) : NaNs produced
2: In sqrt(diag(fisherinv)) : NaNs produced
3: In sqrt(W) : NaNs produced
4: In sqrt(W) : NaNs produced
5: In sqrt(1 + phihat) : NaNs produced



Call:
betareg(formula = ACT ~ ST + DOY, data = actDL_F)

Coefficients:
(Intercept)           ST          DOY          phi  
  1.780e+07   -1.149e+09    2.225e+08   -4.090e+08  

So I don't see a W listed, but the phi is going negative just as you
suggested.

So are the results wonky if phi is negative?
Ben Bolker wrote: