I am trying to use the tukey.emmc function in the emmeans (version 3.2.1) package but when I try to load the function despite emmeans installing fine, the error message is as follows:
> emmeans::tukey.emmc(m1, ~ variable)
Error: 'tukey.emmc' is not an exported object from 'namespace:emmeans'
When I list the packages in emmeans it is not listed either.
ls(package:emmeans)
However, I know this function exists.
What am I doing wrong?
I am trying to do a post hoc Tukey test on a zero inflated model that used glmmTMB. I beleive this is the best way to go about it?
Thank you all