powered by
Returns the efficient DMUs evaluated in a dea class object.
dea
eff_dmus(deasol, tol = 1e-04)
A numeric vector containing which DMUs has been evaluated as efficient. This vector is empty if there is not any efficient DMU.
An object of class "dea" obtained by a DEA model function.
"dea"
Numeric. Absolute tolerance for numeric comparisons in efficiency scores. By default, it is 1e-4.
Vicente Coll-Serrano (vicente.coll@uv.es). Quantitative Methods for Measuring Culture (MC2). Applied Economics.
Vicente Bolós (vicente.bolos@uv.es). Department of Business Mathematics
Rafael Benítez (rafael.suarez@uv.es). Department of Business Mathematics
University of Valencia (Spain)
dataFortune <- make_deadata(Fortune500, ni = 3, no = 2) ccrFortune <- model_basic(dataFortune) eff_dmus(ccrFortune)
Run the code above in your browser using DataLab