You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> parameters(emg, p_adjust = "bh")
Error in match.arg(method) :
'arg' should be one of “holm”, “hochberg”, “hommel”, “bonferroni”, “BH”, “BY”, “fdr”, “none”
Let's assume I have an emmeans/emGrid object already created:
Now I want both CI + p-value to be adjusted simultaneously using the mutivariate t distribution:
Now I'm trying to do the same with parameters (expecting it will pass the parameter to emmeans since it understands this class):
OK, let's try "bh"
Also doesn't work. So maybe the "BH":
This one worked.
So, to summarize:
The text was updated successfully, but these errors were encountered: