Installation

Installation #

You can install ddml from SSC:

ssc install ddml, replace

We tend to update our Github version more regularly. You can get the lastest versions from github:

net install ddml, ///
      from(https://raw.githubusercontent.com/aahrens1/ddml/master) ///
      replace

To install an older version, use for example:

net install ddml, ///
      from(https://raw.githubusercontent.com/aahrens1/ddml/v1.2) ///
      replace

Please check for updates on a regular basis.

Offline installation #

If you want to use ddml in an offline environment, we recommend to download the packages from the Github repositories. The links to repositories are above; click the green button “Code” and “Download ZIP”. Then run net install as above but from() should refer to the downloaded and unzipped repository folder.