# sbmeff **Repository Path**: kerrydu/sbmeff ## Basic Information - **Project Name**: sbmeff - **Description**: Slacks-based Measure of Efficiency in Stata - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 3 - **Created**: 2020-02-25 - **Last Updated**: 2024-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sbmeff Slacks-based Measure of Efficiency in Stata ## **To be aware**: sbmeff has been incorprated in gtfpch( [[github]](https://github.com/kerrydu/gtfpch) [[gitee]](https://gitee.com/kerrydu/gtfpch)). 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) ```