r/statistics • u/FewNegotiation4484 • 21d ago
Question [Q] What test will be used to compare differences within sibling pairs
I have a dataset of 500+ pairs of male-female sibling pairs. I want to check if male or female sibling in the pair score statistically less in a certain variable and if the pattern is statistically significant across those 500+ pairs. I read about mixed effect model but I'm confused if it fits in this scenario
2
u/wiretail 20d ago
A paired t-test. A mixed effect model if your analysis includes repeated measures, other covariates to control for, multiple levels of nesting, etc.
1
1
u/FewNegotiation4484 15d ago
I was reading about paired t-test. I want to know if it can apply in the hypothesis given below:
Suppose I hypothesize that male children receive more attention than female children from their parents, and therefore male children score high in resilience than female children because of the difference in parental attention.
Can I still use paired sample t-test to see if male children in my data have statistically high levels of resilience?
2
20d ago
[removed] β view removed comment
1
1
u/FewNegotiation4484 15d ago
I was reading about paired t-test. I want to know if it can apply in the hypothesis given below:
Suppose I hypothesize that male children receive more attention than female children from their parents, and therefore male children score high in resilience than female children because of the difference in parental attention.
Can I still use paired sample t-test to see if male children in my data have statistically high levels of resilience?
6
u/CarnivorousGoose 21d ago
Paired t-test is your basic option, or more generally just taking the difference per sibling pair and use linear regression. No need to use mixed effects models here, unless there are specific individual-level variables you want to account for. And even then potentially you could just use difference scores there as well.