Search found 339 matches
- Thu Jun 26, 2025 4:14 pm
- Forum: jamovi development
- Topic: Adjusted p-values for multiple comparisons
- Replies: 5
- Views: 11258
Re: Adjusted p-values for multiple comparisons
I believe p.adjust is already used for post-hoc tests *within* particular jamovi analyses such as ANOVA. The difficulty is, how to take pieces of the output (i.e., individual p values) from various separate analyses (a t test here, a chi square there, and correlation from somewhere else) and make th...
- Fri Jun 20, 2025 11:00 pm
- Forum: Module development
- Topic: Incorrect effect-size value in paired t-test
- Replies: 6
- Views: 35409
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...
- Fri Jun 20, 2025 2:36 pm
- Forum: Module development
- Topic: Incorrect effect-size value in paired t-test
- Replies: 6
- Views: 35409
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...
- Sat Jun 14, 2025 1:19 am
- Forum: Help
- Topic: Change Decimal separator
- Replies: 6
- Views: 3443
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...
- Fri Jun 13, 2025 3:33 am
- Forum: Help
- Topic: Change Decimal separator
- Replies: 6
- Views: 3443
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
https://support.microsoft.com/en-us/off ... bb9837bd1e
- Wed Mar 26, 2025 11:16 am
- Forum: Help
- Topic: Inconsistency in scale calculations
- Replies: 11
- Views: 112851
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...
- Mon Mar 24, 2025 6:10 pm
- Forum: Help
- Topic: Inconsistency in scale calculations
- Replies: 11
- Views: 112851
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.
- Sun Mar 23, 2025 7:14 pm
- Forum: Help
- Topic: Inconsistency in scale calculations
- Replies: 11
- Views: 112851
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...
- Sat Mar 22, 2025 12:06 pm
- Forum: Help
- Topic: Inconsistency in scale calculations
- Replies: 11
- Views: 112851
Re: Inconsistency in scale calculations
Hi. I would suggest that you post a jamovi (.omv) file--not an image file--that shows the inconsistency.
- Thu Mar 20, 2025 3:45 am
- Forum: Help
- Topic: Jamovi is treating my data in a very weird way
- Replies: 5
- Views: 78260
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...