Skip to content
Prev 18270 / 20628 Next

[FORGED] warning error question

On 2020-03-23 6:33 p.m., Rolf Turner wrote:
Rolf, can you tone it down slightly? I agree that the OP could be more
careful, but "you should be ashamed of yourself" seems way too strong.
I did get the data from a previous interchange (Anah?, can you post
the data set somewhere publicly accessible?  CSV is strongly preferred
to XLSX ...).

  The bottom line here is that your baseline category has only a single
'Cuenta' value in it and only two unique 'carga' values, leading to
extreme estimates - this is essentially the analogue of 'complete
separation' in the logistic regression, and has the same solutions
(regularize somehow if you want sensible answers).

  cheers
   Ben Bolker


            Cuenta
categ.asoc     1   2   3   4   5   6   7   8   9
  highly      10   0   0   0   0   0   0   0   0
  isolated    78  20   8   4   1   0   1   0   0
  moderately  58   0   1   0   0   0   0   0   0
  poorly     120  47  24  16  12   9   0   1   1

round(coef(summary(M.4)),3)
                           Estimate Std. Error z value Pr(>|z|)
(Intercept)                  -2.852      1.264  -2.257    0.024
carga                         8.029     13.626   0.589    0.556
categ.asocisolated            1.776      1.255   1.415    0.157
categ.asocmoderately          1.299      1.256   1.034    0.301
categ.asocpoorly              1.929      1.251   1.542    0.123
carga:categ.asocisolated     -9.548     13.612  -0.701    0.483
carga:categ.asocmoderately   -9.418     13.614  -0.692    0.489
carga:categ.asocpoorly       -9.006     13.615  -0.661    0.508