Replace existing tests
Posted: Thu Aug 21, 2025 8:55 am
Hi everyone,
I'm developing a module which adds to the frequencies-module by adding more options for exact or asymptotic methods. It builds on the functions for the binomial and multinomial tests and add more options. So I'd like to replace the existing functions (propTest2 and propTestN) with my newer versions. In the a.yaml and 0000.yaml I set all of the following parameters to be identical with parameters in base-jmv, except for `ns` which gets overwritten with my package-name when running `jmvtools::install()`
So, is there a way to replace or remove the binomial test from jmv?
Thanks in advance,
Dan
I'm developing a module which adds to the frequencies-module by adding more options for exact or asymptotic methods. It builds on the functions for the binomial and multinomial tests and add more options. So I'd like to replace the existing functions (propTest2 and propTestN) with my newer versions. In the a.yaml and 0000.yaml I set all of the following parameters to be identical with parameters in base-jmv, except for `ns` which gets overwritten with my package-name when running `jmvtools::install()`
Code: Select all
- title: Proportion Test (2 Outcomes)
name: propTest2
ns: jmv
menuGroup: Frequencies
menuSubgroup: One Sample Proportion Tests
menuTitle: 2 Outcomes
menuSubtitle: Binomial testThanks in advance,
Dan