* Stata Script* Imagine that you have two sets of data.* 1 pre-test* 2 current* You would like to merge the data together.* You have two options. * 1 Create a tall data set (using the append command)* 2 Create a wide data set (using the merge command)*…
Continue reading Pre and Post Test Data Merge/Append