Stata Blogger?

Are you a Stata blogger? Join the aggregator!

Do your own cloning

Whenever a new data-set arrives I go about generating my own variables from whatever the survey or data source has for me. In many cases that is simply making a copy of an existing variable, especially if you are working with a (well processed) survey. The annoying thing is that you loose the labels (on […]

Continue reading Do your own cloning

Data transfer from Matlab to Stata and reverse

Zip file with Matlab code to export or import datasets to Stata. For use in conjunction with “insheet/outsheet”. Importing data from Stata is restricted to numeric variables (but not the reverse).(also includes scripts for dropping missing obs in matla…

Continue reading Data transfer from Matlab to Stata and reverse