Paired t-Test – Adjusting for Potential Confounders

confoundingt-test

I have a small pre/post study w/ a continuous outcome measure. A paired t-test is planned. Is it possible to adjust for potential confounders when using a paired t-test? If not, could I do a linear regression analysis instead, and adjust for potential confounders that way?

Best Answer

I'm not sure of all aspects of design, but I can respond to what I do know.

It sounds like you have a single sample which can be stratified by a binary variable. Even in the case where you do not want to adjust for covariates, it would be a good idea to perform an ANCOVA (essentially, a linear regression in which the post scores are regressed onto pre scores and the binary indicator). Let $y$ be the post score, let $x$ be the pre score, and let $z$ be the binary indicator (1 for presence, 0 for absence).

The model would then be $y = \beta_0 + \beta_1x + \beta_2z$. This approach is suggested by Bland & Altman in their paper found here. That paper specifically talks about randomized experiments, but it should also apply here.

Note, adjusting for covariates is now natural, just add them to the regression equation (assuming you don't want a causal interpretation, in which case things become a little harder). The test you seek is the test associated with $\beta_2$. This coefficient will tell you if estimated means are different conditional on having the same pre-test score (or other covariates, should you choose to adjust for them)