Search found 168 matches

by sbalci
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....
by sbalci
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
by sbalci
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/...
by sbalci
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....
by sbalci
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.
by sbalci
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.
by sbalci
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?
by sbalci
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.
by sbalci
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...