Hi everyone,
I am working with a dataset capturing individuals’ attitudes at one point in time (individual identifier: pid). The dataset samples individuals within households, so that each adult member of the household is a respondent (household identifier: hid). I am using the regress command to estimate the effect of respondent’s characteristics on their attitudes.
I have two questions:
I am working with a dataset capturing individuals’ attitudes at one point in time (individual identifier: pid). The dataset samples individuals within households, so that each adult member of the household is a respondent (household identifier: hid). I am using the regress command to estimate the effect of respondent’s characteristics on their attitudes.
I have two questions:
- Is there a way to test whether there is autocorrelation in the data between members of the same households?
- In case I identify autocorrelation: the data is also heteroskedastic. Should I use vce(cluster clustervar) or vce(robust) in order to address both issues?
Comment