Search found 2686 matches

by jonathon
Thu Jul 25, 2024 7:02 am
Forum: jamovi development
Topic: issue with Test for Sphericity ('Singularity error')
Replies: 4
Views: 504

Re: issue with Test for Sphericity ('Singularity error')

yeah, i'm not saying it doesn't work for all 2x3x6 with 8 participants ... only that it sometimes comes about when sample sizes are small.

it's true, it would be worth eye-balling the data though.

jonathon
by jonathon
Wed Jul 24, 2024 11:47 pm
Forum: Help
Topic: The procedure entry point DiscardVirtualMemory could not be locted in the dynamic link library KERNEL32.dll
Replies: 1
Views: 113

Re: The procedure entry point DiscardVirtualMemory could not be locted in the dynamic link library KERNEL32.dll

what version of jamovi is this? i could imagine the 2.5 not being compatible with windows 7 (which is kinda old).

could you try the 2.3 series?

kind regards

jonathon
by jonathon
Mon Jul 22, 2024 11:59 pm
Forum: Help
Topic: Qualtrics: Conditional questions and missing values
Replies: 2
Views: 292

Re: Qualtrics: Conditional questions and missing values

hi, this sounds like jamovi is doing the right thing, but come back to me if i'm misunderstanding. if you've got a dataset with 51 rows, and 30 of those values are -99, you designate the -99's as missing values, that leaves you 21 observations. you can't use a "full sample" of 51 values if...
by jonathon
Mon Jul 22, 2024 12:56 am
Forum: Statistics
Topic: Error "Filters may not reference columns using 'V' or column functions
Replies: 3
Views: 311

Re: Error "Filters may not reference columns using 'V' or column functions

yeah, so hopefully you can see that filters referencing V functions is a problem. the problem is one of an 'infinite loop'. the filter changes the variable, the variable changes the filter, and the filter changes the variable ... and on it goes. we do have a solution to this problem planned, but it ...
by jonathon
Mon Jul 22, 2024 12:48 am
Forum: Help
Topic: Running modules with docker file on web
Replies: 6
Views: 514

Re: Running modules with docker file on web

hmm, i'm puzzled by the 'unable to determine R version' error ... i assume the earlier calls to install surveymv work fine ... so it's weird that surveymv works fine, but this doesn't.

jonathon
by jonathon
Sun Jul 21, 2024 2:20 am
Forum: Help
Topic: Running modules with docker file on web
Replies: 6
Views: 514

Re: Running modules with docker file on web

oh yeah, the modules from the library (for the most part) won't be compatible with the docker version.

to install additional modules as part of the build process, you can add entries like this:

https://github.com/jamovi/jamovi/blob/c ... #L177-L178

cheers
by jonathon
Wed Jul 17, 2024 3:05 am
Forum: jamovi development
Topic: issue with Test for Sphericity ('Singularity error')
Replies: 4
Views: 504

Re: issue with Test for Sphericity ('Singularity error')

Hi Elena, i think this issue occasionally shows up in the RM ANOVA when the sample sizes are very small. jamovi uses an R package called “car” to calculate these values, and there’s a post here from john fox, the author of the car package, explaining that it isn’t possible: https://stat.ethz.ch/pipe...
by jonathon
Fri Jul 12, 2024 12:28 am
Forum: jamovi development
Topic: Jamovi for Windows on ARM?
Replies: 9
Views: 2002

Re: Jamovi for Windows on ARM?

hi,

i can run the 2.5 series of jamovi on ARM and it works great.

could you try the 2.5 and see if that works for you? sorry, i didn't realise you were using the 2.3.

with thanks

jonathon
by jonathon
Fri Jul 12, 2024 12:21 am
Forum: Module development
Topic: enable UI options based on number of provided variables
Replies: 4
Views: 1006

Re: enable UI options based on number of provided variables

regrettably, that would require JS ...

let me attend damo to this, he might be able to provide you with a snippet.

jonathon