Search found 50 matches

by yurismol
Tue Oct 21, 2025 4:27 am
Forum: General
Topic: Uncertain Interval
Replies: 1
Views: 2385

Re: Uncertain Interval

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

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: 3128

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: 14565

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: 26908

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: 26908

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: 5794

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: 8496

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...
by yurismol
Tue Sep 02, 2025 2:07 am
Forum: General
Topic: Question about standardized β in multilevel regression
Replies: 3
Views: 18395

Re: Question about standardized β in multilevel regression

What is multilevel regression? If it is multinomial logistic, then the standardized indicators are the odds ratios i.e. exp(coefficient), not the beta coefficients.
by yurismol
Tue Aug 26, 2025 5:09 am
Forum: Statistics
Topic: Removing outliers using filters
Replies: 2
Views: 17102

Re: Removing outliers using filters

I can suggest using the new function "Univariate outliers identification and removal" in the jYS module.
3*SD is traditional Z-score method.
But you can use modified Z-score for median estimation for non normality assumption.