Search found 153 matches

by sbalci
Thu Sep 04, 2025 6:33 pm
Forum: Module development
Topic: jjstatsplot v0.0.3.82
Replies: 4
Views: 18478

Re: jjstatsplot v0.0.3.82

Here is a prerelase of #jjstatsplot #jamovi module.
The video is showing the ridgeline plot.
https://github.com/sbalci/jjstatsplot/r ... v0.0.31.57
https://youtu.be/wQsYhVlFJig
by sbalci
Wed Sep 03, 2025 7:08 pm
Forum: Module development
Topic: jjstatsplot v0.0.3.82
Replies: 4
Views: 18478

jjstatsplot

Here is a prerelase of jjstatsplot jamovi module.
Before library release I ask the help from users.
Please try this module with sideload.
There may be incomplete and arguments with errors.
Please report them.
https://github.com/sbalci/jjstatsplot/r ... v0.0.31.57
by sbalci
Sat Aug 23, 2025 2:23 pm
Forum: Module development
Topic: Replace existing tests
Replies: 4
Views: 9258

Re: Replace existing tests

can we add aditional tables or plots as an addon module
by sbalci
Mon Aug 18, 2025 7:04 pm
Forum: Statistics
Topic: Chi square post hoc tests and correction for multiple testing
Replies: 28
Views: 221952

Re: Chi square post hoc tests and correction for multiple testing

Hi, though not great, I plan to implement it in ClinicoPathDescriptives. The problem is that to build some parts of this function I have used Claude. So I have to check the code in detail. It will take some time.
by sbalci
Sat Aug 02, 2025 5:27 pm
Forum: Statistics
Topic: Chi square post hoc tests and correction for multiple testing
Replies: 28
Views: 221952

Re: Chi square post hoc tests and correction for multiple testing

I will work on it. It needes to be verified.
For other tests i think there should be other functions. Check jjstatsplot jjbetween stats.
by sbalci
Sat Aug 02, 2025 3:49 pm
Forum: Statistics
Topic: Chi square post hoc tests and correction for multiple testing
Replies: 28
Views: 221952

Re: Chi square post hoc tests and correction for multiple testing

updated a bit: You can download .jmo files and use sideload to use the module. Windows: https://github.com/sbalci/ClinicoPathJamoviModule/releases/download/v0.0.3.91test/JamoviTest_0.0.0-win.jmo Mac: https://github.com/sbalci/ClinicoPathJamoviModule/releases/download/v0.0.3.91test/JamoviTest_0.0.0-m...
by sbalci
Sat Aug 02, 2025 3:12 am
Forum: Statistics
Topic: Chi square post hoc tests and correction for multiple testing
Replies: 28
Views: 221952

Re: Chi square post hoc tests and correction for multiple testing

Download jmo file. Then from module installation menu use sideload to add it to your jamovi.
by sbalci
Fri Aug 01, 2025 4:19 pm
Forum: Module development
Topic: Saving model persistently
Replies: 3
Views: 23542

Re: Saving model persistently

I assume this may help:
just after computationally expensive calculation add checkpoint

# Push results and check for user changes:
private$.checkpoint()

# If you only want to poll for changes without re-pushing identical results:
private$.checkpoint(flush = FALSE)