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
We could also support data.frame as it does not cause any extra work. The function should
Check that the data includes all the variables in formula
Run Wilcoxon test
Return result.
We can decide the output format in the future when we have implemented more methods. The we know what would be the best way to harmonize these. Also adding add* functions is task for the future.
Create
getWilcoxon()andgetTtest()functions. They should have the following structure:The function should
data.framemethodWe could also support
data.frameas it does not cause any extra work. The function shouldWe can decide the output format in the future when we have implemented more methods. The we know what would be the best way to harmonize these. Also adding
add*functions is task for the future.rstatixpackage provides useful functions.