Search found 52 matches

by yurismol
Wed Nov 05, 2025 11:16 pm
Forum: General
Topic: Multiple comparision correction
Replies: 0
Views: 1009

Multiple comparision correction

Jamovi has a strange attitude toward adjusting for multiple comparisons. I sincerely understand the debatability and complexity of this issue. It would be helpful to allow the user to decide whether to adjust for multiple comparisons and provide a universal tool for various types of analysis. Less c...
by yurismol
Mon Nov 03, 2025 1:34 pm
Forum: Help
Topic: QTWIST
Replies: 1
Views: 1906

Re: QTWIST

I didn't find a ready-made R library
by yurismol
Tue Oct 21, 2025 4:27 am
Forum: General
Topic: Uncertain Interval
Replies: 1
Views: 6964

Re: Uncertain Interval

Some images
by yurismol
Tue Oct 21, 2025 4:19 am
Forum: General
Topic: Uncertain Interval
Replies: 1
Views: 6964

Uncertain Interval

Dear Jamoviers! At the insistent request of @rabouqal, I completed the creation of the Uncertain Interval "Three-way threshold determination of medical tests" procedure in jYS module (R package from Hans Landsheer https://github.com/HansLandsheer/UncertainInterval ). While I was figuring i...
by yurismol
Thu Oct 16, 2025 12:51 pm
Forum: General
Topic: High Contrast colour pallettes in 2.7.8
Replies: 1
Views: 7153

High Contrast colour pallettes in 2.7.8

High Contrast colour pallettes in last version 2.7.8 is impressive.
Can we dream of a dark theme without activating high contrast mode in Windows?
by yurismol
Thu Oct 09, 2025 9:02 am
Forum: Module development
Topic: Plotbuilder adaptation for jamovi – necessary or possible?
Replies: 14
Views: 25122

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. For example in my code something like this work fine: p <- ggmice::plot_pattern(data=dat, square=TRUE, rotate=TRUE) p <- ...
by yurismol
Tue Sep 23, 2025 5:07 am
Forum: Module development
Topic: ClinicoPathDescriptives v0.0.3.90 ready for testing
Replies: 6
Views: 33061

Re: ClinicoPathDescriptives v0.0.3.90 ready for testing

Venn Diagram:
- "show percentage labels" checkbox doesn't effect
- can you extend to more than four levels?
by yurismol
Tue Sep 23, 2025 4:57 am
Forum: Module development
Topic: ClinicoPathDescriptives v0.0.3.90 ready for testing
Replies: 6
Views: 33061

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.
by yurismol
Sat Sep 20, 2025 7:50 am
Forum: Module development
Topic: JS ActionButton not working
Replies: 2
Views: 10550

Re: JS ActionButton not working

1. You must place test.js to jamovi/js folder 2. In the test.u.yaml - type: ActionButton name: myAction events: change: './test::myAction_clicked' 3. Alternatively, you can react to a button press in the test.b.R run function code: .run = function() { if (self$options$myAction) { ### code here } }
by yurismol
Thu Sep 04, 2025 12:47 am
Forum: Statistics
Topic: jYs Module & MCAR Test
Replies: 1
Views: 12475

Re: jYs Module & MCAR Test

Hi, For regression analysis of explainers (Evaluation of MAR explainers), all variables (complete + incomplete) are used. The basis for imputation is created using the full array of variables you selected. Including incomplete variables in a separate group allows you to form output tables and pseudo...