Stata Blogger?

Are you a Stata blogger? Join the aggregator!

Pre and Post Test Data Merge/Append

* 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