How to Calculate the Distance Between Two Locations in Stata Using geodist

geodist is a useful command in Stata that helps you to find the distance between two cities/locations, the nearest location from your target city/location, and the number of cities/location within a certain radius. The command can be installed using: ssc install geodist We will use a dataset called distance.dta that stores the latitudes and longitudes …

How to Calculate the Distance Between Two Locations in Stata Using geodist Read More »

regression output using outreg2 part2

Reporting Publication Style Regression Output in Stata – Part 2

In our introductory article on using Outreg2 for regression output, we learnt how to output Stata regression output into other file formats like Word, Excel or Latex and how we could adjust the layout of the output tables. In this second section of our two-part article on the outreg2 command, we explore how additional statistics, …

Reporting Publication Style Regression Output in Stata – Part 2 Read More »