Dear Statalist,
PFA the dummy data.
Here I have the following variables -
1. Cluster ID (cluster_id)
2. Patient ID (patient_id)
3. Time - 0 for baseline and 1 for endline (time)
4. Treatment - 0 for control and 1 for intervention (treatment)
5. Systolic BP (systolic)
6. Diastolic BP (diastolic)
I have two datasets of different times
1. A cross sectional survey at baseline and
2. A cross sectional survey at endline.
I want to see the difference in difference in the outcome variables, for example, systolic BP.
I have done the following code,
reg systolic time#treatment, r
Shall I do something for taking the clusters into account?
Note: The respondents at baseline are totally different from the respondents at endlline, only the clusters are same at the two timepoints.
Related Posts with Difference in Difference
"too many base levels specified" after -suest-Hi all, I am using -suest- to compare coefficients of the same variable across two logit model (usi…
for loopshello, im trying to split a huge data set into about 400 files so that i can run an analysis on the…
Mean of Predictions (Point Estimates)Hey guys, I was hoping you would help me clarify a post-estimation issue I am having in stata. Assum…
Mixed results of datas in normality testI have a data set with datas satisfying normality and for few of the variables, it doesn't. Please s…
Reshaping Long to Wide when the ID is Not UniqueHi Everyone, I have Stacked on how to manipulate my data to make the Reshape Command Works. In my c…
Subscribe to:
Post Comments (Atom)
0 Response to Difference in Difference
Post a Comment