matthieugomez / egenmisc

Misc egen functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

egenmisc includes several functions for egen which are faster than the versions from egenmore

Installation

egenmisc is now available on SSC.

ssc install egenmisc

To install the latest version on Github

  • with Stata13+

     net install egenmisc, from("https://raw.githubusercontent.com/matthieugomez/egenmisc/master/")
    
  • with Stata 12 or older, download the zipfiles of the repositories and run in Stata the following commands:

     net install egenmisc, from("SomeFolder")
    

About

Misc egen functions

License:MIT License


Languages

Language:Stata 97.7%Language:TeX 2.3%