-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Julian Karch
committed
May 15, 2023
1 parent
15dc90b
commit aade92e
Showing
5 changed files
with
38 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
# This file is automatically generated, you probably don't want to edit this | ||
|
||
.jmvrefs <- list( | ||
`bmtest`=list( | ||
`type`="article", | ||
`author`="Karch, J.D.", | ||
`year`=2023, | ||
`title`="bmtest: A Jamovi Module for Brunner\u2013Munzel\u2019s Test\u2014A Robust Alternative to Wilcoxon\u2013Mann\u2013Whitney\u2019s Test", | ||
`publisher`="Psych", | ||
`url`="https://doi.org/10.3390/psych5020026", | ||
`doi`="10.3390/psych5020026", | ||
`volume`=5, | ||
`pages`="127-141")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,9 +9,11 @@ maintainer: Julian Karch <[email protected]> | |
date: '2023-03-25' | ||
type: R | ||
description: >- | ||
Provides the Brunner-Munzel test in all three main variants (asymptotic, | ||
random permutation, and full permutation). Also provides estimates of | ||
associated relative effect size and its confidence interval. | ||
The Brunner-Munzel test provides a more robust version of the | ||
Wilcoxon-Mann-Whitney test. It is recommended to almost always use the | ||
Brunner-Munzel test instead of the Wilcoxon-Mann-Whitney test for essentially | ||
the same reasons that Welch's t-test should be used instead of Student's | ||
t-test. | ||
analyses: | ||
- title: Brunner-Munzel Test | ||
name: bmtest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
refs: | ||
bmtest: | ||
type: 'article' | ||
author: Karch, J.D. | ||
year: 2023 | ||
title: "bmtest: A Jamovi Module for Brunner–Munzel’s Test—A Robust Alternative to Wilcoxon–Mann–Whitney’s Test" | ||
publisher: "Psych" | ||
url: https://doi.org/10.3390/psych5020026 | ||
doi: 10.3390/psych5020026 | ||
volume: 5 | ||
pages: 127-141 | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,3 +120,6 @@ items: | |
title: Relative Effect | ||
type: number | ||
visible: (relEff && fullPerm) | ||
|
||
refs: | ||
- bmtest |