Analyzing git logs in Stata
June 06, 2019In another post we looked at analyzing a git repository by the use of external software. This is of course possible to do with Stata as well…
3 posts
In another post we looked at analyzing a git repository by the use of external software. This is of course possible to do with Stata as well…
The net command in Stata is a tool that allows users to install and manage user-written packages from the internet. With net, it's possible…
Using do-files (a text file with the .do extension) is the preferred way of working in Stata. They are simply text files containing…