Search found 9 matches

by Marielle
Thu Apr 24, 2025 5:56 pm
Forum: Help
Topic: download page not working
Replies: 3
Views: 18602

Re: download page not working

I guess you already know this, but just in case... The download page https://www.jamovi.org/download.html is giving an http 500 again.

Is there a mirror somewhere I can direct people to?
by Marielle
Sat Mar 22, 2025 9:03 pm
Forum: Help
Topic: Inconsistency in scale calculations
Replies: 11
Views: 62117

Re: Inconsistency in scale calculations

The means calculated via a manual reverse coding and those via Reliability differ if some of the items don't use the full range. See attached example. My made-up items are each scored on a 5-point scale, but the actually used range for item C is [1; 4] and for D [2; 5]. If you recode those scores ma...
by Marielle
Sun Feb 23, 2025 10:14 am
Forum: Help
Topic: Recode (or compute) from two variables
Replies: 2
Views: 37176

Re: Recode (or compute) from two variables

If you know for sure that both variables contain only zeros and ones, then an easy way to compute a XOR is to check for inequality. In compute: A != B That will give the following results: A = 0, B = 0 ==> FALSE A = 0, B = 1 ==> TRUE A = 1, B = 0 ==> TRUE A = 1, B = 1 ==> FALSE Then wrap that in an ...
by Marielle
Fri Dec 06, 2024 11:15 am
Forum: General
Topic: List of universities using jamovi to teach stats
Replies: 19
Views: 124273

Re: List of universities using jamovi to teach stats

Another one: Communication & Information Science, Tilburg University, Netherlands
by Marielle
Thu Oct 03, 2024 1:09 pm
Forum: Module development
Topic: Module outliers (first attempt)
Replies: 1
Views: 40141

Module outliers (first attempt)

Hi! Here's my first attempt at developing a module for outlier detection using z-scores and boxplots. Intended use is mainly for introductory statistics courses, where finding outliers with z-scores and/or boxplots is a common task. I intend to add functionality for multiple dependent variables and ...
by Marielle
Tue Sep 24, 2024 6:11 am
Forum: Help
Topic: Outliers identification using IQR
Replies: 1
Views: 11272

Re: Outliers identification using IQR

The boxplots show outliers as 1.5 iqr under/over the box. If you change the 3 in the formula to 1.5 your formula should find the same outliers as visible the boxplots. An easy way to understand what the 3 (or 2.5 or 2) means is to do it graphically by hand: - graph the boxplot - measure the box (top...
by Marielle
Tue Sep 17, 2024 9:17 pm
Forum: Statistics
Topic: Error "Filters may not reference columns using 'V' or column functions
Replies: 4
Views: 50997

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

I've run into the same problem and my (also hackish but quick) workaround is: create a new column, then copy-paste the values from the computed column into the new one, and apply the filter to the copy.
by Marielle
Tue Sep 17, 2024 5:58 pm
Forum: General
Topic: List of universities using jamovi to teach stats
Replies: 19
Views: 124273

Re: List of universities using jamovi to teach stats

The Psychology bachelor from the Open Universiteit in The Netherlands uses jamovi as the primary software program in introductory statistics and experimental statistics; and as an option in the courses cross-sectional research and longitudinal research. The courses cross-sectional and longitudinal a...
by Marielle
Tue Oct 17, 2023 10:11 am
Forum: Module development
Topic: GAMLj ¼ broken after recent jamovi update?
Replies: 9
Views: 21011

Re: GAMLj ¼ broken after recent jamovi update?

well, thanks. We are going out with an experimental version (GMALj3) that would not mess up with old analyses one did in gamlj. One can even have both versions in parallel. Please check it out and signal any issue with the new version. Which version of jamovi do I need for GAMLj3? I tried to instal...