Skip to content
/ xsmle Public
forked from fbelotti/Stata

A repository for my Stata packages.

License

Notifications You must be signed in to change notification settings

Driclit/xsmle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stata

A collection of my Stata routines. If you find them useful, please cite! Comments and pull-request are most welcome.

How to install the packages

To install a package you can type the following directly from Stata command bar (version 13 onwards)

. net install <package_name>, from(https://raw.github.com/fbelotti/Stata/master)

For Stata 12 or older Stata versions you can download the package as a zip, unzip it, and then

. net install <package_name>, from(full_local_path_to_files)

If you want just update the package, add the option replace to previous commands.

If you would like to get older version of the packages, then you should clone the repo and then use rev-list as noted here.

SSC

Some of the older packages are also available via the Boston SSC archive. To install them you can type

. ssc install <package_name>

Disclaimer

You can use the Stata commands available in this repo at your own risk. The author is not responsible for any mistake that may be caused by these programs.

About

A repository for my Stata packages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Stata 99.1%
  • TeX 0.9%