I have data on health outcomes among 340 couples and would like to look at how these are associated between couple members using svy commands in STATA. However, I am not sure that what I am currently doing is correct.
I used the following - svyset coupleid [pweight=weight] - to set up my data in order to run weighted cross-tabs that take into account clusters based on couples as per the STATA survey manual (there is no other information to input (for example, strata)) but this gives me output that is the same as non-clustered svy commands (svyset [pweight=weight]). As I understand it, the clustered svyset should be taking into account non-independence and therefore I should get slightly different output.
Is there something I have missed or that I am doing completely wrong?
I used the following - svyset coupleid [pweight=weight] - to set up my data in order to run weighted cross-tabs that take into account clusters based on couples as per the STATA survey manual (there is no other information to input (for example, strata)) but this gives me output that is the same as non-clustered svy commands (svyset [pweight=weight]). As I understand it, the clustered svyset should be taking into account non-independence and therefore I should get slightly different output.
Is there something I have missed or that I am doing completely wrong?
Comment