I am performing a replication study in which I replicate a study of Dyreng et al. (2017). One of the requirements on the dataset used by Dyreng et al. is "Require non-missing values of control variables".
At first, I tried to use the command drop if missing(variable). However, this reduced my sample with over 95% and this is not the intention, so I assume this is not what is meant by the requirement.
What is meant by this requirement and how should this be implemented in the data in Stata?
Thanks in advance!
At first, I tried to use the command drop if missing(variable). However, this reduced my sample with over 95% and this is not the intention, so I assume this is not what is meant by the requirement.
What is meant by this requirement and how should this be implemented in the data in Stata?
Thanks in advance!

Comment