Search found 336 matches

by reason180
Sat Jun 14, 2025 1:19 am
Forum: Help
Topic: Change Decimal separator
Replies: 5
Views: 674

Re: Change Decimal separator

Using jamovi's Rj module you can simply write some R code like: setwd("c:/Temp/") write.csv2(data, "ToothGrowth.csv") Note that write.csv2 writes semicolon-separated values and uses the comma as the decimal character. The resulting file opens properly in Excel when Excel has been...
by reason180
Fri Jun 13, 2025 3:33 am
Forum: Help
Topic: Change Decimal separator
Replies: 5
Views: 674

Re: Change Decimal separator

Just an FYI. You can change Excel's settings so that is uses the dot as the decimal separator:

https://support.microsoft.com/en-us/off ... bb9837bd1e
by reason180
Wed Mar 26, 2025 11:16 am
Forum: Help
Topic: Inconsistency in scale calculations
Replies: 11
Views: 107436

Re: Inconsistency in scale calculations

Hi. Thanks. To fix my example, there is only one item that is to be reverse-scored, and should be represented in my example as a column among several columns: 3243Untitled.png Yes, it ends up not mattering for correlation (reliability) computations because each column is ultimately converted to stan...
by reason180
Mon Mar 24, 2025 6:10 pm
Forum: Help
Topic: Inconsistency in scale calculations
Replies: 11
Views: 107436

Re: Inconsistency in scale calculations

Well, my suggestion was just the opposite: Always do the reverse scoring based on the theoretical not the actual range.
by reason180
Sun Mar 23, 2025 7:14 pm
Forum: Help
Topic: Inconsistency in scale calculations
Replies: 11
Views: 107436

Re: Inconsistency in scale calculations

RE "The choice of this adaptive method makes sense because the module cannot know the intended scale in advance." That's one way to look at it. But the way I see it, the only correct way to reverse-code is to base it on the theoretical, not the actual range of the data. For example, for -2...
by reason180
Sat Mar 22, 2025 12:06 pm
Forum: Help
Topic: Inconsistency in scale calculations
Replies: 11
Views: 107436

Re: Inconsistency in scale calculations

Hi. I would suggest that you post a jamovi (.omv) file--not an image file--that shows the inconsistency.
by reason180
Thu Mar 20, 2025 3:45 am
Forum: Help
Topic: Jamovi is treating my data in a very weird way
Replies: 5
Views: 75212

Re: Jamovi is treating my data in a very weird way

I want to point out that paired-samples t tests are employed not only in pre-post situations, but also when the distinction between the two conditions isn't about time (e.g., left-hand performance versus right-hand performance). In addition, for some common dependent variables, good performance equa...
by reason180
Thu Mar 06, 2025 2:02 am
Forum: General
Topic: summing transformed data issue
Replies: 4
Views: 64813

Re: summing transformed data issue

Yes, but it doesn't work if it's nominal text data . . .
temp2Transform_0_1.png
temp2Transform_0_1.png (53.6 KiB) Viewed 64028 times
by reason180
Wed Mar 05, 2025 11:01 pm
Forum: General
Topic: summing transformed data issue
Replies: 4
Views: 64813

Re: summing transformed data issue

For example: If you specified "0" and "1" with quotes, that would produce nominal data. Alternatively, if you specify 0 and 1 without quotes, that will produce numeric data.
by reason180
Wed Mar 05, 2025 10:24 pm
Forum: General
Topic: summing transformed data issue
Replies: 4
Views: 64813

Re: summing transformed data issue

Hi. You cannot sum nominal data. Can you share what you did, exactly, that produced the nominal data? You'll need to do things differently so that those data never become nominal.