Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wilcoxon report #2

Open
hejtmy opened this issue Apr 21, 2017 · 2 comments
Open

Add wilcoxon report #2

hejtmy opened this issue Apr 21, 2017 · 2 comments

Comments

@hejtmy
Copy link

hejtmy commented Apr 21, 2017

Add simple wilcox report for us, who need non parrametric tests as well :)

> smaller_iris <- iris[iris$Species %in% c("virginica", "setosa"),]
> wilcox.test(smaller_iris$Sepal.Length ~ smaller_iris$Species)

	Wilcoxon rank sum test with continuity correction

data:  smaller_iris$Sepal.Length by smaller_iris$Species
W = 38.5, p-value < 2.2e-16

to output Z = 38.5, p < .01

@hejtmy
Copy link
Author

hejtmy commented Apr 21, 2017

I might have a look into that myself when I have some time, your code is well written, shouldn't be an issue to add this function

@dgromer
Copy link
Owner

dgromer commented Aug 22, 2017

Will take a look into that when I have some spare time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants