here are meddecide updates. will be in library soon.
https://github.com/sbalci/meddecide/blob/master/NEWS.md
can be tested via jamovi library sideload:
https://github.com/sbalci/meddecide/rel ... v0.0.32.69
Search found 171 matches
- Fri Jan 02, 2026 5:54 pm
- Forum: Module development
- Topic: meddecide updates
- Replies: 0
- Views: 2586
- Thu Jan 01, 2026 2:41 pm
- Forum: Module development
- Topic: jjstatsplot module update
- Replies: 0
- Views: 1129
jjstatsplot module update
Here is the recent update of jjstatsplot, v0.0.32.66 prerelease for testing. https://github.com/sbalci/jjstatsplot/blob/master/NEWS.md Will be in the library soon: https://github.com/sbalci/jjstatsplot/releases/tag/v0.0.32.66 https://github.com/sbalci/jjstatsplot/releases/download/v0.0.32.66/jjstats...
- Wed Dec 31, 2025 6:35 pm
- Forum: Module development
- Topic: OncoPath Module
- Replies: 1
- Views: 21103
Re: OncoPath Module
there are some updates. will be in library after testing https://github.com/sbalci/OncoPath/releases/tag/v0.0.32.64 https://github.com/sbalci/OncoPath/releases/download/v0.0.32.64/OncoPath_0.0.32.64-mac.jmo https://github.com/sbalci/OncoPath/releases/download/v0.0.32.64/OncoPath_0.0.32.64-win.jmo Ha...
- Sun Dec 28, 2025 6:28 pm
- Forum: Module development
- Topic: jsurvival updates
- Replies: 0
- Views: 2464
jsurvival updates
this is the jsurvival v0.0.32.62 for prerelease. Will be updated and added to library soon. https://github.com/sbalci/jsurvival/releases/tag/v0.0.32.62 https://github.com/sbalci/jsurvival/blob/master/NEWS.md download here: https://github.com/sbalci/jsurvival/releases/download/v0.0.32.62/jsurvival_0....
- Wed Dec 24, 2025 2:46 pm
- Forum: Statistics
- Topic: Chi square post hoc tests and correction for multiple testing
- Replies: 31
- Views: 369203
Re: Chi square post hoc tests and correction for multiple testing
it is in current ClinicoPathDescriptives jamovi module.
here is the work in progress version: viewtopic.php?t=4108
here is the work in progress version: viewtopic.php?t=4108
- Wed Dec 24, 2025 1:57 pm
- Forum: Module development
- Topic: ClinicoPathDescriptives updates
- Replies: 1
- Views: 2640
ClinicoPathDescriptives updates
Please test these before new release https://github.com/sbalci/ClinicoPathDescriptives/releases/tag/v0.0.32.56 https://github.com/sbalci/ClinicoPathDescriptives/releases/download/v0.0.32.56/ClinicoPathDescriptives_0.0.32.56-mac.jmo https://github.com/sbalci/ClinicoPathDescriptives/releases/download/...
- Sun Nov 23, 2025 3:21 pm
- Forum: Module development
- Topic: ChiSquaredTools v1.0.0 – Comprehensive Chi-Squared Testing, Post-Hoc Analysis & Association Measures
- Replies: 13
- Views: 24783
Re: ChiSquaredTools v1.0.0 – Comprehensive Chi-Squared Testing, Post-Hoc Analysis & Association Measures
use enable option in .u.yaml
See some examples here: https://github.com/sbalci/ClinicoPathJa ... l_guide.md
See some examples here: https://github.com/sbalci/ClinicoPathJa ... l_guide.md
- Sat Nov 15, 2025 12:05 pm
- Forum: Module development
- Topic: [Beta Testing] ChiSquaredTools - Post-Hoc Analysis Module
- Replies: 5
- Views: 14886
Re: [Beta Testing] ChiSquaredTools - Post-Hoc Analysis Module
Hello, The latest jamovi also has some post-hoc tests. I have also tried to make a post-hoc test for Chi-Sq, to be used in clinical research. It basically makes multiple 2x2 analysis with p value correction. It is here: https://github.com/sbalci/ClinicoPathDescriptives/blob/master/R/chisqposttest.b....
- Wed Oct 08, 2025 8:18 am
- Forum: Module development
- Topic: Plotbuilder adaptation for jamovi – necessary or possible?
- Replies: 15
- Views: 56924
Re: Plotbuilder adaptation for jamovi – necessary or possible?
Foe example I get the code as
ggplot(data, aes(x, y, label = rownames(data)))
and want to add another text, or legend
p + geom_text()
If this works, then it will be very useful.
ggplot(data, aes(x, y, label = rownames(data)))
and want to add another text, or legend
p + geom_text()
If this works, then it will be very useful.
- Tue Oct 07, 2025 2:42 pm
- Forum: Module development
- Topic: Plotbuilder adaptation for jamovi – necessary or possible?
- Replies: 15
- Views: 56924
Re: Plotbuilder adaptation for jamovi – necessary or possible?
yes, vijPlots are indeed very nice and useful. With native jamovi plots they cover most analysis.