First, we will construct a replication model replicating the exact analysis model of the originating study. This will be done with the following code:
regress viewing exp female hispanic i.age i.race i.ed i.income i.region sexmiss hispanicmiss agemiss racemiss edmiss incomemiss regionmiss
Next, we will test the average treatment effect of the xperiment in isolation using the following code
probit viewing exp, vce(robust)