Hello,
I am trying to install Data Envelopment Analysis (DEA) package in Stata 17, but I have encountered several problems.
I am trying to install Data Envelopment Analysis (DEA) package in Stata 17, but I have encountered several problems.
- I ran ssc install dea and ssc search dea, but I did not find an official dea package in ssc.
- I found the dea package here: https://sourceforge.net/p/deas/code/HEAD/tree/trunk/
- I downloaded dea.ado file and extracted the files to my local directory as C/ado/plus
- Then, I tried installing with ado file in stata: do dea.ado, but it gives error while uploading the package as:
- variable i undeclared
- (344 lines skipped)
- end of do-file
r(3000); - Then, I tried to declare variable i as in mata: real scalar i
command real is unrecognized
r(199); or when I run: - real scalar x
nothing found where '(' expected - I am using Stata 17 (64-bit Windows). I verified my Stata installation with about and there is no issue.
Comment