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
New argument method.args added to stat_compare_means(). A list of additional arguments used for the test method. For example one might use method.args = list(alternative = "greater") for wilcoxon test
Hi,
Great package.
When using stat_compare_means , I cannot find a way of specifying the alternative for the wilcox.test (e.g. setting alternative = "less").
Is this possible using the function? It seems like a core parameter for a graphical function of this sort to be used extensively.
Thanks and regards
Nico
The text was updated successfully, but these errors were encountered: