### compare with Table 2 of Conover & Salsburg (1988)
oneway_test(pain ~ group, data = neuropathy, alternative = "less",
distribution = "exact")
wilcox_test(pain ~ group, data = neuropathy, alternative = "less",
distribution = "exact")
oneway_test(pain ~ group, data = neuropathy,
distribution = approximate(B = 10000),
alternative = "less", ytrafo = function(data) trafo(data,
numeric_trafo = consal_trafo))
Run the code above in your browser using DataLab