Hi all,
This may be a fairly simple question but I don't have anyone else I can get guidance from, so I am left to search the internet with no one to confirm my approach with.
I am looking at the brains of children with ADHD and language disorder. I have a bunch of variables which tell me about the the white matter in particular tracts of these childrens brains. The raw figures for figures like these are means like .00000124 because we are working with very tiny white matter structures.
I ran a regression analysis to determine if there was a significant main effect of having ADHD, a disorder and/or an interaction between the two. To make the results more interpretable, my supervisors made me standardise the white matter variables so that my beta coefficient would be on the same scale and not a huge number of exponents long.
e.g., a simple state command for regression:
regress LUF_FA i.group_w3##i.c3_c4_prob i.ChildGender c3_childage WB_FA_std
Where LUF_FA refers to a measure of the white matter in a certain part of the brain (my dependent variable), group is just my adhd vs controls, c3_c4 is the measure of whether the kids of a language disroder (yes no), and the rest of the variables are factors that I want to control for, like age, sex and the size of the brain.
I am now at the interpretation stage. I just want to be able to make comments about the difference in the white matter between groups.
Is there a function in stata that will produced an new dependent variable which has been adjusted for the effect of the independent variables and for the covariate? For example, if the mean LUF_FA was 50, but then when presence or absence of ADHD and language disroders, age, sex etc had been adjusted for via regression, the resulting mean is 40. I wanted to use this new variable to give me the adjusted mean for the ADHD and control group for example, so that I could comment on the difference in the white matter e.g.,
'Children with language problems were -.297 sd below the mean FA, while children without language problems were .119 sd above the mean (F: 4.501; r2: .173; adjusted r2: .135; β: -.541; p: .045; ±CI: .528).'
Ive looked at the resid function but Im not certain thats actually what Im after (my understanding is that it refers to how far each data point was from the line of best fit, rather than an new DV value with the effect of the IVs and covariates added or removed). I've also been mucked around by the margin's command, thinking it was giving me the new means and sd for each group but later reaslised this was completely not the case.
In short, I just want to know if its possible to get the new mean/sd for each group after adjusting for the effect of the IVs and covariates on the DV so I can compare my groups post regression.
I realise this is a dumb question and I am currently bogged down in the minutia of my analysis. But it is extremely difficult to interpret neuroimaging findings across a large number of networks and I am trying to do what ever I can to help understand what is happening with these children brains.
I would be extremely grateful for any help you could provide.
Many thanks,
Hannah
This may be a fairly simple question but I don't have anyone else I can get guidance from, so I am left to search the internet with no one to confirm my approach with.
I am looking at the brains of children with ADHD and language disorder. I have a bunch of variables which tell me about the the white matter in particular tracts of these childrens brains. The raw figures for figures like these are means like .00000124 because we are working with very tiny white matter structures.
I ran a regression analysis to determine if there was a significant main effect of having ADHD, a disorder and/or an interaction between the two. To make the results more interpretable, my supervisors made me standardise the white matter variables so that my beta coefficient would be on the same scale and not a huge number of exponents long.
e.g., a simple state command for regression:
regress LUF_FA i.group_w3##i.c3_c4_prob i.ChildGender c3_childage WB_FA_std
Where LUF_FA refers to a measure of the white matter in a certain part of the brain (my dependent variable), group is just my adhd vs controls, c3_c4 is the measure of whether the kids of a language disroder (yes no), and the rest of the variables are factors that I want to control for, like age, sex and the size of the brain.
I am now at the interpretation stage. I just want to be able to make comments about the difference in the white matter between groups.
Is there a function in stata that will produced an new dependent variable which has been adjusted for the effect of the independent variables and for the covariate? For example, if the mean LUF_FA was 50, but then when presence or absence of ADHD and language disroders, age, sex etc had been adjusted for via regression, the resulting mean is 40. I wanted to use this new variable to give me the adjusted mean for the ADHD and control group for example, so that I could comment on the difference in the white matter e.g.,
'Children with language problems were -.297 sd below the mean FA, while children without language problems were .119 sd above the mean (F: 4.501; r2: .173; adjusted r2: .135; β: -.541; p: .045; ±CI: .528).'
Ive looked at the resid function but Im not certain thats actually what Im after (my understanding is that it refers to how far each data point was from the line of best fit, rather than an new DV value with the effect of the IVs and covariates added or removed). I've also been mucked around by the margin's command, thinking it was giving me the new means and sd for each group but later reaslised this was completely not the case.
In short, I just want to know if its possible to get the new mean/sd for each group after adjusting for the effect of the IVs and covariates on the DV so I can compare my groups post regression.
I realise this is a dumb question and I am currently bogged down in the minutia of my analysis. But it is extremely difficult to interpret neuroimaging findings across a large number of networks and I am trying to do what ever I can to help understand what is happening with these children brains.
I would be extremely grateful for any help you could provide.
Many thanks,
Hannah
Comment