Search found 20 matches
- Wed Sep 17, 2025 6:40 pm
- Forum: jamovi development
- Topic: A small error or confusion in t-test
- Replies: 1
- Views: 5607
A small error or confusion in t-test
I found a small error or a confusing item in the t-test menu. Under the output, jamovi displays the alternative hypothesis. Logically, because you do nothing about the alternative hypothesis, displaying the alternative hypothesis is a bit confusing. I assume a lot of student users may not understand...
- Fri Jul 18, 2025 2:33 pm
- Forum: General
- Topic: SAMPLE filter not working?
- Replies: 2
- Views: 119686
Re: SAMPLE filter not working?
Thank you jonathan. Works perfectly!
- Thu Jul 17, 2025 5:31 pm
- Forum: General
- Topic: SAMPLE filter not working?
- Replies: 2
- Views: 119686
SAMPLE filter not working?
Hello, I tried to create a random sample from the data opened. The SAMPLE function in the filter doesn't seem to be working. Here is the syntax I used. SAMPLE(`Acc`, 50, 'test') There are over 400 case in the data file and this filter excluded all the cases. I varied the parameters but nothing worke...
- Mon Nov 20, 2023 10:29 pm
- Forum: General
- Topic: Error in Plots in GAMLj module
- Replies: 3
- Views: 18035
Re: Error in Plots in GAMLj module
Investigating the issues further, I found out that GAMLj3 fixed all the issues. A catch is that GAML3 is not compatible with 2.3.28. You need the 2.4.11 version to install GAMLj3.
Although I resolved this issue, I will leave my comments here for others who may have experienced the same issue.
Although I resolved this issue, I will leave my comments here for others who may have experienced the same issue.
- Mon Nov 20, 2023 9:27 pm
- Forum: General
- Topic: Error in Plots in GAMLj module
- Replies: 3
- Views: 18035
Re: Error in Plots in GAMLj module
What is weird is that the error happened when the categorical variable had only 2 categories. When I used a different dataset with a categorical variable with 3 categories, I got a correct graph.
- Mon Nov 20, 2023 9:08 pm
- Forum: General
- Topic: Error in Plots in GAMLj module
- Replies: 3
- Views: 18035
Error in Plots in GAMLj module
I would like to report an error in Plots function in GAMLj module. When I entered only the predictor in the horizontal axis, the graph looked fine. But, when I tried to separate the lines by a categorical moderator, the graph was something wrong. I tried various options to improve the graph but it s...
- Thu Aug 17, 2023 9:33 pm
- Forum: General
- Topic: a big data
- Replies: 5
- Views: 13150
Re: a big data
I noticed an issue related to a big data too. One of the data files had 2200 variables. I could open the file. But, when I try to see the list of the variables, the later variables were munched together. Please see the image. So, is there a limit in the number of variables or the size of the data fi...
- Wed Jun 14, 2023 4:45 am
- Forum: Module development
- Topic: A bug in regression predicted values
- Replies: 2
- Views: 9263
Re: A bug in regression predicted values
I got the answer from other forums. I missed something big. Because the relationship between the IV and the DV is negative, the predicted value should have a negative relationship with the IV. Sorry, it is not a bug. I found a big missing piece in my understanding.
- Wed Jun 14, 2023 12:34 am
- Forum: Module development
- Topic: A bug in regression predicted values
- Replies: 2
- Views: 9263
A bug in regression predicted values
I was preparing a seminar and accidentally stumbled upon an odd situation in SPSS. When there is a negative relationship between the predictor and the dependent variable in a simple regression, the calculated predicted value showed a negative perfect correlation (-1) with the original predictor in S...
- Wed May 17, 2023 7:23 pm
- Forum: Statistics
- Topic: Why does a bipolar scale need indifference at zero?
- Replies: 2
- Views: 12654
Re: Why does a bipolar scale need indifference at zero?
It seems the issue is related to centering, not the scale scoring. But, if you show me your regression model, I can figure out the reason.