Search found 172 matches
- Fri Jan 23, 2026 9:11 pm
- Forum: General
- Topic: How to deal with plots that changes depending on data?
- Replies: 2
- Views: 4351
Re: How to deal with plots that changes depending on data?
Hi, You can change the plot size programatically via self$results$plot$setSize in .b.R See example here: https://github.com/sbalci/jjstatsplot/blob/master/R/jjbarstats.b.R#L21-65 In most recent versions the size can be adjusted by users. So you have to follow the guide here: https://dev.jamovi.org/a...
- Fri Jan 02, 2026 5:54 pm
- Forum: Module development
- Topic: meddecide updates
- Replies: 0
- Views: 6164
meddecide updates
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
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
- Thu Jan 01, 2026 2:41 pm
- Forum: Module development
- Topic: jjstatsplot module update
- Replies: 0
- Views: 3608
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: 23909
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: 5361
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: 382084
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: 4542
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: 28891
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: 17153
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: 63317
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.