Search found 164 matches

by sbalci
Sat Nov 15, 2025 12:05 pm
Forum: Module development
Topic: [Beta Testing] ChiSquaredTools - Post-Hoc Analysis Module
Replies: 1
Views: 1075

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: 14
Views: 29411

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: 14
Views: 29411

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: 14
Views: 29411

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: 14
Views: 29411

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: 14
Views: 29411

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...
by sbalci
Sat Oct 04, 2025 11:37 am
Forum: Module development
Topic: jsurvival v0.0.3.90 ready for testing
Replies: 1
Views: 31285

Re: jsurvival v0.0.3.90 ready for testing

Here is the update for jsurvival module:
- added explanatory outputs and natural language summaries
- added time date converting function

https://github.com/sbalci/jsurvival/rel ... v0.0.31.85

Open for comments and suggestions.
by sbalci
Sat Oct 04, 2025 11:21 am
Forum: Module development
Topic: OncoPath Module
Replies: 0
Views: 9966

OncoPath Module

This will be the jamovi module to be used by pathologist and researchers working on clinical oncologic patients. - Waterfall and Spider Plot. - Swimmer Plot. - IHC Heterogeneity. - Combining IHC study results to get a decision test result. Here is the prerelease for community to try and give feedbac...
by sbalci
Thu Oct 02, 2025 9:01 pm
Forum: Module development
Topic: meddecide v0.0.3.83 ready for testing
Replies: 1
Views: 34309

Re: meddecide v0.0.3.83 ready for testing

there are updates for the meddecide module.
I have added more features for decision tests.
Please let me know your comments before library release:

- You can download .jmo files for mac or windows here: https://github.com/sbalci/meddecide/rel ... v0.0.31.83
by sbalci
Tue Sep 23, 2025 1:05 pm
Forum: Module development
Topic: ClinicoPathDescriptives v0.0.3.90 ready for testing
Replies: 6
Views: 35510

Re: ClinicoPathDescriptives v0.0.3.90 ready for testing

Beautiful plots and commentary texts! But many of the results are in R output text format (preformatted). I understand that this speeds up module development. Thank you. For modules I use packages that I use for my own research. So there are many packages and their outputs. It is not being jamovi s...