# sbmeff **Repository Path**: tooarchy/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**: 0 - **Forks**: 3 - **Created**: 2020-04-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sbmeff Slacks-based Measure of Efficiency in Stata ## 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) ```