Search found 2920 matches

by jonathon
Thu Dec 11, 2025 5:25 am
Forum: General
Topic: Results change when ticking filter on and off
Replies: 3
Views: 2120

Re: Results change when ticking filter on and off

are you able to reproduce this problem with GAMLj3?

GAMLj (<3) is end of life, and i'm unable to use it.

jonathon
by jonathon
Fri Dec 05, 2025 9:53 pm
Forum: Help
Topic: Boxplot - how to edit the Y-axis label?
Replies: 1
Views: 1138

Re: Boxplot - how to edit the Y-axis label?

Hi Ole,

That's a limitation at this time. If you use the 2.7 series of jamovi, you'll see there's a new "plots tab". this will let you generate box plots with greater control over those sorts of details.

cheers

jonathon
by jonathon
Fri Dec 05, 2025 9:50 pm
Forum: General
Topic: Results change when ticking filter on and off
Replies: 3
Views: 2120

Re: Results change when ticking filter on and off

hi ray,

if you could provide a .omv file, and detailed steps to reproduce the issue, we can take a look.

jonathon
by jonathon
Thu Dec 04, 2025 10:26 pm
Forum: Help
Topic: Scatterplot with regression line: confidence interval or standard error?
Replies: 3
Views: 1338

Re: Scatterplot with regression line: confidence interval or standard error?

hi, so taking a quick look at the source code, we do the following: ggplot2::geom_smooth( method = self$options$lineMethod, se = self$options$lineSE, formula = y ~ x, color = theme$color[1], fill = theme$fill[2] ) https://github.com/jamovi/jmvplots/blob/main/R/scat.b.R#L67-L85 the key argument seems...
by jonathon
Sun Nov 30, 2025 10:51 pm
Forum: Help
Topic: Condensing categorical variables
Replies: 2
Views: 6533

Re: Condensing categorical variables

the 'transformed variable' system is good for this:


Screenshot 2025-12-01 at 09.50.49.png
Screenshot 2025-12-01 at 09.50.49.png (382.82 KiB) Viewed 4884 times
by jonathon
Thu Nov 27, 2025 9:17 am
Forum: Module development
Topic: "INSTALLED VERSION NEEDS TO BE UPDATED" on first install
Replies: 5
Views: 12427

Re: "INSTALLED VERSION NEEDS TO BE UPDATED" on first install

commit the source to a github repo, send us the URL, we do a review, and then we build for all the platforms.

jonathon
by jonathon
Thu Nov 27, 2025 6:20 am
Forum: Module development
Topic: "INSTALLED VERSION NEEDS TO BE UPDATED" on first install
Replies: 5
Views: 12427

Re: "INSTALLED VERSION NEEDS TO BE UPDATED" on first install

if you've built the module for the 2.6 series of jamovi under windows, it will only work on the 2.6 series. if your colleague is using 2.7, or a different OS, i think you'll receive that message.

jonathon
by jonathon
Tue Nov 25, 2025 9:56 pm
Forum: jamovi development
Topic: Jamovi for Windows on ARM?
Replies: 12
Views: 205946

Re: Jamovi for Windows on ARM?

Hi,

We're still waiting on CRAN ... jamovi will work on ARM, but as you say, there isn't a native version for it yet.

jonathon
by jonathon
Wed Nov 19, 2025 11:07 pm
Forum: Help
Topic: Resource limit achieved?
Replies: 4
Views: 19531

Re: Resource limit achieved?

the issue is to do with windows unicode handling ... you may be able to find a patch or a windows update that will solve it ... but if you don't find that, i'm pretty confident using a username without non-ascii (i.e. international) characters will solve the issue.

jonathon
by jonathon
Wed Nov 19, 2025 9:43 am
Forum: Help
Topic: Resource limit achieved?
Replies: 4
Views: 19531

Re: Resource limit achieved?

the built-in analyses in jamovi work fine ... but running analyses from modules install from the jamovi library have this problem? your windows username has international characters in it? i think it's related to this issue: https://blog.r-project.org/2022/11/07/issues-while-switching-r-to-utf-8-and...