Search found 2913 matches

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

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

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

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...
by jonathon
Mon Nov 17, 2025 10:59 pm
Forum: Module development
Topic: Conditional cell colour-coding and decimal formatting - can both work together?
Replies: 5
Views: 11231

Re: Conditional cell colour-coding and decimal formatting - can both work together?

> jamovi's built-in "Contingency Tables" analysis with the "Post Hoc Test (Pearson residuals)" *chuckles* i suppose i did add Cell.NEGATIVE, but that was a long time ago, and i didn't think we ever got around to using it. maurizio did implement the post-hocs for the contingency t...
by jonathon
Sun Nov 16, 2025 10:05 pm
Forum: Statistics
Topic: Adding the sum of squares type under the ANCOVA table
Replies: 2
Views: 7902

Re: Adding the sum of squares type under the ANCOVA table

it's odd, because i could have sworn we already did this ...

jonathon
by jonathon
Sun Nov 16, 2025 10:03 pm
Forum: Help
Topic: jmvBaseR module needs updating
Replies: 2
Views: 4097

Re: jmvBaseR module needs updating

jmvbaseR was a handful of toy demonstrations of how analyses in "base R" could be easily implemented in jamovi. if you're not developing modules, it's not really of great interest and you don't need it. if you are developing modules and would like to take a look at it, then you can see it ...
by jonathon
Sun Nov 16, 2025 10:00 pm
Forum: Help
Topic: Scatterplot with density curves gone?
Replies: 3
Views: 7634

Re: Scatterplot with density curves gone?

hi rick,

yes, unfortunately we did deprecate the density plots on the axes. its pretty rare that we remove functionality, but this is one instance of it.

jonathon
by jonathon
Sun Nov 16, 2025 9:57 pm
Forum: General
Topic: Total counts
Replies: 2
Views: 7287

Re: Total counts

that's not a bad idea.

create an issue in our gh issues page, and we'll see what we can do.

https://github.com/jamovi/jamovi/issues

jonathon
by jonathon
Sun Nov 16, 2025 9:56 pm
Forum: Module development
Topic: Conditional cell colour-coding and decimal formatting - can both work together?
Replies: 5
Views: 11231

Re: Conditional cell colour-coding and decimal formatting - can both work together?

Hi Gianmarco, Colour coding of values in table cells is something I don't think we've ever really made a priority of. so that there's any support for it at all is a bit of a surprise to me. Having said that, it seems like something we could reasonably add. Create an issue over on gh issues page, and...
by jonathon
Sat Nov 15, 2025 8:45 pm
Forum: Module development
Topic: Inconsistent decimal formatting in numeric table columns despite identical definitions
Replies: 1
Views: 4079

Re: Inconsistent decimal formatting in numeric table columns despite identical definitions

jamovi formats according to the user's preferences. i think you've probably got jamovi set to display numbers to 3 significant figures (see the screenshot below) (https://en.wikipedia.org/wiki/Significant_figures#Rounding_to_significant_figures). jamovi first calculates the number of decimal places ...