I decided to use a GLMM with a negative binomial distribution (glmer.nb function in R) to analyze my data due to the overdispersion in my dataset and the fact that I have a random factor. I am struggling with the post-hoc analysis, as the package "emmeans" is not entirely compatible with this model (it cannot identify the original dataset) and I cannot make the script work so that the comparisons are performed on the response scale and not on the log scale. Is there any other appropriate package that works with these type of models or should I switch to a model with a "quasipoisson" distribution instead?