sbmeff

August 9, 2020 ยท View on GitHub

Slacks-based Measure of Efficiency in Stata

To be aware: sbmeff has been incorprated in gtfpch( [github] [gitee]). Thus, this repository would not be updated.

Installing within Stata

 net install sbmeff, from("https://raw.githubusercontent.com/kerrydu/sbmeff/master/")

Alternatively, download the zipfile and unzip it to your computer disk.

   copy https://codeload.github.com/kerrydu/sbmeff/zip/master sbmeff-master.zip
   unzipfile sbmeff-master.zip
   net install sbmeff, from(`c(pwd)'/sbmeff-master)