Package 'farrell'

Title: Interactive Interface to Data Envelopment Analysis Modeling
Description: Allows the user to execute interactively radial data envelopment analysis models. The user has the ability to upload a data frame, select the input/output variables, choose the technology assumption to adopt and decide whether to run an input or an output oriented model. When the model is executed a set of results are displayed which include efficiency scores, peers' determination, scale efficiencies' evaluation and slacks' calculation. Fore more information about the theoretical background of the package, please refer to Bogetoft & Otto (2011) <doi:10.1007/978-1-4419-7961-2>.
Authors: Mohamed El Fodil Ihaddaden
Maintainer: Mohamed El Fodil Ihaddaden <[email protected]>
License: MIT + file LICENSE
Version: 0.2.1
Built: 2024-09-06 03:22:01 UTC
Source: https://github.com/feddelegrand7/farrell

Help Index


farrell Data Envelopment Analysis Gadget

Description

farrell Data Envelopment Analysis Gadget

Usage

farrell()

Value

A data frame of the efficiency results including efficiency scores, peers' determination scale inefficiencies' evaluation and slacks' calculation.

Examples

if(interactive()){
farrell()
}