performance
performance copied to clipboard
`icc` doesn't work for `glmmTMB`
I think icc
doesn't work for glmmTMB
as well:
r$> m2 <- glmmTMB(model,
data = findf,
family = nbinom2
)
r$> icc(m2)
[1] NA
It looks like sjstats
used to advertise compatibility of icc
with glmmTMB
models tough
What is your model? Can you give a reproducible example?
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?
I can't reproduce this problem, so I would need to see an example where it occurs to investigate
Most likely fixed in https://github.com/easystats/insight/pull/883