performance icon indicating copy to clipboard operation
performance copied to clipboard

`icc` doesn't work for `glmmTMB`

Open raffaem opened this issue 1 year ago • 4 comments

I think icc doesn't work for glmmTMB as well:

r$> m2 <- glmmTMB(model,
      data = findf,
        family = nbinom2
    )
r$> icc(m2)
[1] NA

raffaem avatar Feb 14 '24 15:02 raffaem

It looks like sjstats used to advertise compatibility of icc with glmmTMB models tough

raffaem avatar Feb 14 '24 15:02 raffaem

What is your model? Can you give a reproducible example?

bwiernik avatar Feb 14 '24 18:02 bwiernik

I can try to make a reproducible example, but I have to use some other dataset as unfortunately I cannot share the current one.

Does it depend on a particular specification or it doesn't work with all and any glmmTMB?

I mean, is it supposed to work with glmmTMB?

raffaem avatar Feb 14 '24 19:02 raffaem

I can't reproduce this problem, so I would need to see an example where it occurs to investigate

bwiernik avatar Feb 15 '24 02:02 bwiernik

Most likely fixed in https://github.com/easystats/insight/pull/883

strengejacke avatar Jun 12 '24 20:06 strengejacke