Hello,
When one matches on variables in a case control study then performs conditional logistic regression based on the pairs, I wanted to confirm whether taking the pairs into account in the analysis controls for the matched factors, or whether these should also be included as covariates for adjustment?
For example, if one matches on age, sex and neighborhood in a case control study with an indicator variable for the pairs, then if you did conditional logistic regression, would you just include the "pair" variable as the group, or would you also have to include age, sex and neighbourhood as covariates to adjust for? i.e. does including the pair variable already adjust for the matching factors?
i.e. clogit outcome exposure, group(pair)
OR
clogit outcome exposure age sex neighborhood, group(pair)
Thank you,
Kristen