Skip to content

Commit

Permalink
demasked + added refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Karch committed May 15, 2023
1 parent 15dc90b commit aade92e
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 4 deletions.
14 changes: 14 additions & 0 deletions R/00jmv.R
@@ -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"))
4 changes: 3 additions & 1 deletion R/bmtest.h.R
Expand Up @@ -145,7 +145,9 @@ bmtestResults <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Class(
super$initialize(
options=options,
name="",
title="Brunner-Munzel Test")
title="Brunner-Munzel Test",
refs=list(
"bmtest"))
self$add(jmvcore::Table$new(
options=options,
name="bmtest",
Expand Down
8 changes: 5 additions & 3 deletions jamovi/0000.yaml
Expand Up @@ -9,9 +9,11 @@ maintainer: Julian Karch <j.d.karch@fsw.leidenuniv.nl>
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
Expand Down
13 changes: 13 additions & 0 deletions jamovi/00refs.yaml
@@ -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
...
3 changes: 3 additions & 0 deletions jamovi/bmtest.r.yaml
Expand Up @@ -120,3 +120,6 @@ items:
title: Relative Effect
type: number
visible: (relEff && fullPerm)

refs:
- bmtest

0 comments on commit aade92e

Please sign in to comment.