Search found 338 matches

by reason180
Fri Jun 20, 2025 11:00 pm
Forum: Module development
Topic: Incorrect effect-size value in paired t-test
Replies: 6
Views: 32161

Re: Incorrect effect-size value in paired t-test

In checking some examples in jamovi, it appears that the effect size for the paired samples t test is being computed correctly based on the standard deviation of the difference scores (and nothing to do with pooling). The esci module appears to be doing something else--not calculating the effect siz...
by reason180
Fri Jun 20, 2025 2:36 pm
Forum: Module development
Topic: Incorrect effect-size value in paired t-test
Replies: 6
Views: 32161

Re: Incorrect effect-size value in paired t-test

Hi. I think something may be wrong there. A paired t test is equivalent to a one-sample t test on difference scores. Therefore there is only one SD describing the sample of difference scores: There aren't multiple sample-SDs that would need to be pooled. So the concept of pooling shouldn't be applic...
by reason180
Sat Jun 14, 2025 1:19 am
Forum: Help
Topic: Change Decimal separator
Replies: 6
Views: 2204

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: 6
Views: 2204

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

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

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

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

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

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

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 64733 times