Search found 20 matches
- Thu Oct 17, 2024 10:02 am
- Forum: Module development
- Topic: Optional Argument in Jamovi
- Replies: 4
- Views: 78026
Re: Optional Argument in Jamovi
Thanks for the swift answer and pointing me to the right place in the docs!
- Thu Oct 17, 2024 9:35 am
- Forum: Module development
- Topic: Optional Argument in Jamovi
- Replies: 4
- Views: 78026
Re: Optional Argument in Jamovi
Thanks for the fast help, great! I decided to go with a two-step approach instead, so that I don’t have to maintain my own wrapper; as shown in the picture below. However, if I update the seed, the results are not recalculated. I would also need the results to recalculate every time the checkbox cha...
- Wed Oct 16, 2024 2:08 pm
- Forum: Module development
- Topic: Optional Argument in Jamovi
- Replies: 4
- Views: 78026
Optional Argument in Jamovi
For the permutation test in my bmtest module, I would like the user to be able to provide a seed. However, this should be optional. In R, I would do something like seed = NULL as an argument. How do I achieve this in jamovi? I found the Randomizer Module , which also sets a seed. They interpret 0 as...
- Thu Mar 30, 2023 10:15 am
- Forum: Module development
- Topic: Help With Finishing Module
- Replies: 9
- Views: 14132
Re: Help With Finishing Module
Thanks so much for the swift reply jonathon! Any advice on how to do this efficiently? How do you do this for other modules? I don't want to manually create new .jmo files for all three operating systems anytime jamovi updates or I update the module.
- Wed Mar 29, 2023 9:24 pm
- Forum: Module development
- Topic: Help With Finishing Module
- Replies: 9
- Views: 14132
Re: Help With Finishing Module
I tried installing the package on various machines and discovered that the .jmo file generated by jmvtools::install() is not platform-independent. This issue seems to be limited to R packages that depend on non-R code, such as C++ or Fortran. Specifically, when I attempted to load the .jmo file crea...
- Tue Mar 21, 2023 2:47 pm
- Forum: Module development
- Topic: Help With Finishing Module
- Replies: 9
- Views: 14132
Re: Help With Finishing Module
Thanks so much for your help again Maurizio!
- Thu Mar 16, 2023 11:55 am
- Forum: Module development
- Topic: Help With Finishing Module
- Replies: 9
- Views: 14132
Re: Help With Finishing Module
During testing, I encountered a new problem. One of the tests implemented is a permutation test (option Random permutations). On large data sets this test may take long (could be hours). Is there a way to stop computation, the equivalent of pressing ctrl + c in R? My idea was to stop computation if ...
- Tue Mar 14, 2023 3:39 pm
- Forum: Module development
- Topic: Questions Regarding Documentation
- Replies: 4
- Views: 8064
Re: Questions Regarding Documentation
Thanks Jonathon! I was missing the jmvtools part. I hate to steal your time more than is needed but would you mind also addressing the second question about where the ui parts of the documentation are shown?
- Fri Mar 10, 2023 12:00 pm
- Forum: Module development
- Topic: Questions Regarding Documentation
- Replies: 4
- Views: 8064
Re: Questions Regarding Documentation
Still would appreciate help on this if someone finds the time
.

- Fri Mar 10, 2023 11:59 am
- Forum: Module development
- Topic: Help With Finishing Module
- Replies: 9
- Views: 14132
Re: Help With Finishing Module
Thanks so much, Maurizio! That solved almost all issues.