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 conf.int to wilcox test. #14

Merged
merged 1 commit into from Oct 3, 2016
Merged

Conversation

rwjblue
Copy link
Collaborator

@rwjblue rwjblue commented Oct 3, 2016

Requested by @krisselden after a round of testing, and seemed generally useful to have:

this shows you the range it is 95% confident the location shift was within

Given:

    Wilcoxon rank sum test with continuity correction

data:  ms by set
W = 3499, p-value = 0.009923
alternative hypothesis: true location shift is not equal to 0
95 percent confidence interval:
  4.185039 30.244932
sample estimates:
difference in location
              17.92599

95% chance the shift was between 4ms and 30ms and 18ms median

Requested by @krisselden after a round of testing, and seemed generally
useful to have:

> this shows you the range it is 95% confident the location shift was within

Given:

```
    Wilcoxon rank sum test with continuity correction

data:  ms by set
W = 3499, p-value = 0.009923
alternative hypothesis: true location shift is not equal to 0
95 percent confidence interval:
  4.185039 30.244932
sample estimates:
difference in location
              17.92599
```

95% chance the shift was between 4ms and 30ms and 18ms median
@rwjblue rwjblue merged commit c189aa0 into chancancode:master Oct 3, 2016
@rwjblue rwjblue deleted the add-conf-int branch October 3, 2016 16:56
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

Successfully merging this pull request may close these issues.

None yet

1 participant