Questions tagged [group-differences]
Group differences broadly refer to statistics which quantify the differences between two or more subpopulations.
677 questions
0 votes
0 answers
27 views
How can I compare differences by age in a cross-sectional dataset? [closed]
Hi dear statisticians 😄 I’m working with cross-sectional data from adolescents aged 13 to 18, and I’d like to examine whether substance use and delinquency tend to increase with age, as a way to ...
3 votes
2 answers
160 views
Group comparison (and pairwise tests) with non-independent data
I'm trying to determine if there are significant differences between groups and identify which groups differ from each other. First, let me explain the experimental design: I have 6 Locations. Inside ...
0 votes
0 answers
35 views
Sampling observations from nested groups before ECDF and KS testing
I am creating and comparing ECDFs of percent cover value (0-100%) for three groups of biological observations. The dataset as a whole is large, with over a million observations. The three groups have ...
0 votes
0 answers
35 views
Is Cochran's Q test appropriate for comparing a few VLMs on a dataset with more than one question per image?
I have a dataset of N images, k questions per image, Y/N answer for each question. I want to compare the accuracy of m VLMs (Vision Language Models) over this dataset: these are models, similar to the ...
3 votes
2 answers
118 views
Alternatives to odds ratio (OR) when non-independent observations
I'm working on a medical research project where our main dataset consists of presentations to the hospital over a long period. During this time, a significant number of patients present multiple times,...
4 votes
0 answers
86 views
Circular statistics for comparing groups with repeated measures in R
I have 3 uneven groups. Each subject has 5 to 15 observations. My data is circular (0 = 1), and ranges from 0 to 1. I want to compare both the group means, and the dispersion. In a linear model, my ...
1 vote
0 answers
57 views
Can I use baseline averages of mediators for controls in a Difference-in-Differences (DiD) analysis?
I'm attempting to estimate the impact of the Belt and Road Initiative on inflation using staggered DiD. I've been able to get parallel trends to be met using controls unaffected by the initiative but ...
0 votes
0 answers
49 views
Determining if sample is composed of two groups
Say that I have a dataset where each row consists of a test score scores and a test preparation level. The scores are integer numbers ranging from 0 to 100, inclusive, and the test preparation level ...
6 votes
3 answers
679 views
Which statistics or statistical procedures would show the effects of different types of physical exercises on some hormones?
I am an academician and had an experimental study on the effects of different types of physical exercises on some hormones. I set up three groups: high intensity exercise, low intensity exercise, and ...
3 votes
3 answers
129 views
Poor reliability for difference scores in behavioural tasks: implications for ANCOVA, LMM where the raw RT data is used in analysis
I have measured RT in two conditions: condition A and condition B and I am interested in how RT in these conditions interacts with anxiety score. As is common, the split-half reliability is excellent ...
0 votes
1 answer
90 views
Testing discrete variable on paired data (R implemented test)
I have paired data representing blood pressure measurements taken before and after treatment for each subject. The after-treatment value depends on the type of treatment (three types: trt1, trt2, and ...
0 votes
1 answer
90 views
How to compare two components' reliability?
I have two different components in service, an old one and a new one. I want to know if the new component is more reliable than the old one (ie: higher MTBF) Group1 Old component: contains 80% of the ...
0 votes
3 answers
162 views
Unsure what stats test to use for my data: ANOVA or chi-square
I have a matrix of 17 features by 9 groups with the values being the counts for each feature appearing in that group, eg: Grp1 Grp2 Grp3 Grp4 Grp5 Grp6 Grp7 Grp8 Grp9 F1 2 9 0 1 0 0 1 2 0 F2 3 4 0 0 0 ...
1 vote
1 answer
124 views
How to retrieve main group effects from GEE in R (anova?)
I want to know if the outcome variable differs across three groups. As my data includes several family members, I use a Generalized estimating equations (GEE) model in R: ...
1 vote
0 answers
87 views
Why is a pooled mean necessary in bootstrapping the difference in means?
Formulated Question In a two-sample bootstrap procedure for testing the difference in means, why is it insufficient to subtract the group-specific mean from each bootstrapped observation (centering ...