Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Where to find globdist.ado

    I am reading a Stata do file which was probably authored before 2015. It uses globdist.

    I tried "findit globdist" then clicked the link to globlist, but then it says

    file http://homepages.rpi.edu/~simonk/stata/stata.toc not found
    server says file permanently redirected but did not give new location
    http://homepages.rpi.edu/~simonk/stata/ either
    1) is not a valid URL, or
    2) could not be contacted, or
    3) is not a Stata download site (has no stata.toc file).

    current site is still http://fmwww.bc.edu/repec/bocode/g/

    Where can I find globdist.ado ?

  • #2
    Just type the below line in you Stata Command window, and you will see packages information:
    Code:
    net from https://www.rpi.edu/~simonk/stata

    Comment


    • #3
      Originally posted by Chen Samulsion View Post
      Just type the below line in you Stata Command window, and you will see packages information:
      Code:
      net from https://www.rpi.edu/~simonk/stata

      Great! Thanks!

      Comment

      Working...
      X