Dear all,
I want to run a standard DEA model to evaluate the technical efficiency (Theta) of a sample of firms. Specifically, this is an input-oriented BCC model (R.D. Banker, A. Charnes, W.W. Cooper, 1984. Some models for the estimation of technical and scale inefficiencies in Data Envelopment Analysis. Management Science, 30, 1078-1092)).
There are two commands that do this in Stata:
- dea (Ji and Lee, 2010: https://www.stata-journal.com/articl...article=st0193)
- teradial (Badunenko and Mozharovskyi, 2016: https://www.stata-journal.com/articl...article=st0444)
=> I wonder whether the command "teradial" is able to return the reference weights (lambdas) used to obtain the efficiency score.
A great benefit of "teradial" over "dea" is its speed. However, "dea" gives a matrix "r(dearslt)" that includes efficiency scores, references, slacks, and more...
Even though the authors of "teradial" explain that the code offers more capabilities, it does not seem give information on references and slacks...
Hopefully, somebody could clarify.
Arjan
I want to run a standard DEA model to evaluate the technical efficiency (Theta) of a sample of firms. Specifically, this is an input-oriented BCC model (R.D. Banker, A. Charnes, W.W. Cooper, 1984. Some models for the estimation of technical and scale inefficiencies in Data Envelopment Analysis. Management Science, 30, 1078-1092)).
There are two commands that do this in Stata:
- dea (Ji and Lee, 2010: https://www.stata-journal.com/articl...article=st0193)
- teradial (Badunenko and Mozharovskyi, 2016: https://www.stata-journal.com/articl...article=st0444)
=> I wonder whether the command "teradial" is able to return the reference weights (lambdas) used to obtain the efficiency score.
A great benefit of "teradial" over "dea" is its speed. However, "dea" gives a matrix "r(dearslt)" that includes efficiency scores, references, slacks, and more...
Even though the authors of "teradial" explain that the code offers more capabilities, it does not seem give information on references and slacks...
Hopefully, somebody could clarify.
Arjan
Comment