Stata Blogger?

Are you a Stata blogger? Join the aggregator!

Test of PDF Fit – Does not work

* I came up with this idea for testing if an observed distribution could be tested.* The idea is that it standardized your data of interest and then tests if when the data is ordered if the difference between the empirical distribution of our data and …

Continue reading Test of PDF Fit – Does not work

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