Hello everyone,
I am bothered by a question regarding group differences in my data set. I have a dataset with variables (ordinal, dummy, and intervall) from 10 different communities. I want to run multiple regressions with the overall sample. However, I also want to check whether some of the central constructs of the analysis vary between the communities. Since comparing the 10 communities with each other in a descriptive way is a lot of work, I'd like to run a test that indicates whether the variance of a construct can be partially explained by the group differences (i.e. belonging to the different communities). I extracted from the literature that this is usually done via one-way Anova. As most of my data is non-normally distributed, I was wondering whether the Kruskal–Wallis one-way analysis of variance would be the right test for me?
I used the follwoing command:
kwallis var, by(communities)
Can anyone tell me whether I am on the right track?
Many thanks in advance!!
I am bothered by a question regarding group differences in my data set. I have a dataset with variables (ordinal, dummy, and intervall) from 10 different communities. I want to run multiple regressions with the overall sample. However, I also want to check whether some of the central constructs of the analysis vary between the communities. Since comparing the 10 communities with each other in a descriptive way is a lot of work, I'd like to run a test that indicates whether the variance of a construct can be partially explained by the group differences (i.e. belonging to the different communities). I extracted from the literature that this is usually done via one-way Anova. As most of my data is non-normally distributed, I was wondering whether the Kruskal–Wallis one-way analysis of variance would be the right test for me?
I used the follwoing command:
kwallis var, by(communities)
Can anyone tell me whether I am on the right track?
Many thanks in advance!!
Comment