Hi everyone, I am using the dea command on Stata 12.0 (Data envelopment analysis. Stata Journal 10: 267–280) with the following specification:
all input variables except x5 are binary. y1 and y2 are ratios included in 0-100 range
I am returned the error message:
Can you help me to understand what is going wrong? I am using Stata 12.0
Thank you very much,
Marco
Code:
dea y1 y2 = x1 x2 x3 x4 x5, ort(out)
I am returned the error message:
Code:
variable dmu not found in option rownames() r(111);
Thank you very much,
Marco
Comment