Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@randrescastaneda
Created June 9, 2020 02:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save randrescastaneda/b54dce4e4ce70ded24d10b03cf586397 to your computer and use it in GitHub Desktop.
Save randrescastaneda/b54dce4e4ce70ded24d10b03cf586397 to your computer and use it in GitHub Desktop.
Stata code to ask someone else to run in their computers so we can check if a particular program is working properly.
***********
cd ~/desktop
log using tech.txt, text replace
set more off
about
sysdir
adopath
creturn list
query compilenumber
query
which povcalnet
set trace on
capture noisily povcalnet, count(NGA) clear server(AR)
set trace off
log close
cd
***********
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment