Search found 181 matches

by sbalci
Sun Jul 05, 2026 3:28 pm
Forum: Module development
Topic: jsurvival updates
Replies: 2
Views: 60353

Re: jsurvival updates

v0.0.46 test for jamovi library
https://github.com/sbalci/jsurvival/releases/tag/v0.0.46
https://github.com/sbalci/jsurvival/blob/master/NEWS.md
https://github.com/sbalci/jsurvival/releases/download/v0.0.46/jsurvival_0.0.46-mac.jmo
https://github.com/sbalci/jsurvival/releases/download/v0.0.46 ...
by sbalci
Sun Jul 05, 2026 3:16 pm
Forum: Module development
Topic: meddecide updates
Replies: 1
Views: 98271

Re: meddecide updates

v0.0.46 test for jamovi library
https://github.com/sbalci/meddecide/releases/tag/v0.0.46
https://github.com/sbalci/meddecide/blob/master/NEWS.md
https://github.com/sbalci/meddecide/releases/download/v0.0.46/meddecide_0.0.46-mac.jmo
https://github.com/sbalci/meddecide/releases/download/v0.0.46 ...
by sbalci
Sun Jul 05, 2026 3:04 pm
Forum: Module development
Topic: jjstatsplot module update
Replies: 1
Views: 93819

Re: jjstatsplot module update

v0.0.46 test for jamovi library
https://github.com/sbalci/jjstatsplot/releases/tag/v0.0.46
https://github.com/sbalci/jjstatsplot/blob/master/NEWS.md
https://github.com/sbalci/jjstatsplot/releases/download/v0.0.46/jjstatsplot_0.0.46-mac.jmo
https://github.com/sbalci/jjstatsplot/releases/download ...
by sbalci
Sun Jul 05, 2026 2:45 pm
Forum: Module development
Topic: OncoPath Module
Replies: 2
Views: 64109

Re: OncoPath Module

v0.0.46 test for jamovi library
https://github.com/sbalci/OncoPath/releases/tag/v0.0.46
https://github.com/sbalci/OncoPath/blob/master/NEWS.md
https://github.com/sbalci/OncoPath/releases/download/v0.0.46/OncoPath_0.0.46-mac.jmo
https://github.com/sbalci/OncoPath/releases/download/v0.0.46 ...
by sbalci
Sun Jul 05, 2026 2:15 pm
Forum: Module development
Topic: ClinicoPathDescriptives updates
Replies: 2
Views: 44021

Re: ClinicoPathDescriptives updates

v0.0.46 test for jamovi library
https://github.com/sbalci/ClinicoPathDescriptives/blob/master/NEWS.md
https://github.com/sbalci/ClinicoPathDescriptives/releases/download/v0.0.46/ClinicoPathDescriptives_0.0.46-mac.jmo
https://github.com/sbalci/ClinicoPathDescriptives/releases/download/v0.0.46 ...
by sbalci
Wed Jun 24, 2026 10:01 am
Forum: Statistics
Topic: Error in arsenal Table Style in Cross Tables
Replies: 2
Views: 4172

Re: Error in arsenal Table Style in Cross Tables

thank you for reporting,
most probably the serialisation issue I hit using notices incorrectly. I thought I have corrected all. I hope to update it next week.
by sbalci
Fri Apr 24, 2026 7:34 pm
Forum: General
Topic: Uncertain Interval
Replies: 5
Views: 102496

Re: Uncertain Interval

can this be used for cytology-biopsy correlation? Usually there are 3 groups of results in cytology: benign, atypical, malignant. and the final biopsy result (gold standart) is benign or malignant. We usually want to assess sensitivity or predictive value of atypical diagnosis, and it becomes hard ...
by sbalci
Fri Mar 20, 2026 5:53 pm
Forum: Module development
Topic: jsurvival updates
Replies: 2
Views: 60353

Re: jsurvival updates

I like to review the methods used in pathology research to improve the jamovi modules.

This week I will be focusing on USCAP2026 abstracts. I am sure it will be a long review.

Until I find something worth adding to the modules I have prepared a test module for the work in progress functions ...
by sbalci
Fri Jan 23, 2026 9:11 pm
Forum: General
Topic: How to deal with plots that changes depending on data?
Replies: 2
Views: 71586

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 ...