Search found 168 matches
- Sun Dec 28, 2025 6:28 pm
- Forum: Module development
- Topic: jsurvival updates
- Replies: 0
- Views: 283
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: 351205
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: 1031
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: 22216
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: 13254
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: 53701
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: 53701
Re: Plotbuilder adaptation for jamovi – necessary or possible?
yes, vijPlots are indeed very nice and useful. With native jamovi plots they cover most analysis.
- Tue Oct 07, 2025 7:04 am
- Forum: Module development
- Topic: Plotbuilder adaptation for jamovi – necessary or possible?
- Replies: 15
- Views: 53701
Re: Plotbuilder adaptation for jamovi – necessary or possible?
I agree that plots feature is very useful. And enough for most cases.
Will there be syntax view and will we be able to add ggplot layers on that syntax generated plot?
Will there be syntax view and will we be able to add ggplot layers on that syntax generated plot?
- Sun Oct 05, 2025 4:16 pm
- Forum: Module development
- Topic: Plotbuilder adaptation for jamovi – necessary or possible?
- Replies: 15
- Views: 53701
Re: Plotbuilder adaptation for jamovi – necessary or possible?
itdyplots is still work in progress. I am still trying it. I am not sure if it will be feasible.
- Sun Oct 05, 2025 12:34 pm
- Forum: Module development
- Topic: Plotbuilder adaptation for jamovi – necessary or possible?
- Replies: 15
- Views: 53701
Re: Plotbuilder adaptation for jamovi – necessary or possible?
There are some trials here: mimicking esquisse package: https://github.com/sbalci/ClinicoPathJamoviModule/blob/master/R/esquisseauto.b.R mimicking tidyplots package: https://github.com/sbalci/ClinicoPathJamoviModule/blob/master/R/tidyplots.b.R mimicking ggstatsplot package: https://github.com/sbalci...