| eff_dmus | R Documentation |
Returns the efficient DMUs evaluated in a dea class object.
eff_dmus(deasol, tol = 1e-04)
deasol |
An object of class |
tol |
Numeric. Absolute tolerance for numeric comparisons in efficiency scores. By default, it is 1e-4. |
A numeric vector containing which DMUs has been evaluated as efficient. This vector is empty if there is not any efficient DMU.
If maxslack is FALSE, the slacks computed in the first stage
are supposed to be the max slacks.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.