Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Stata command: Estimate the efficiency score of the DMUs (Decision making units) by solving DEA (Data envelopment analysis)

    I need stata command or program to estimate the efficiency score of the DMUs (Decision making units) by solving DEA (Data envelopment analysis) Linear Programming for the Directional Distance Function with Undesirable Outputs.
    I have :
    3 inputs (B4136B, BPMl, BPNM)
    2 Desirables outputs (B4138A, B4138B)
    1 Undesirable output (B4138D)
    The dataset is attached
    Attached Files

  • #2
    The following command will point you to a user-written command for DEA.
    Code:
    net describe dea, from(http://digital.cgdev.org/doc/stata/MO/DEA)
    This is an updated version of the original command published in the Stata Journal.
    Code:
    net sj 10-2 st0193
    Note that
    Code:
    search data envelopment analysis
    returns the first reference as being located on www.cgdev.org; that site has reorganized and Stata files are now hosted on digital.cgdev.org.
    Last edited by William Lisowski; 19 Feb 2017, 07:59.

    Comment


    • #3
      If you don't know of a program to do what you want, you should always search using findit in the command window. findit dea or findit data envelopment would have offered you user-written options for DEA.

      FYI, please read the FAQ on asking questions. While this time William provided an answer, you'll normally get better answers if you provide Stata code (using code delimiters), Stata output, and data (using dataex - many on this list will not open excel files).

      Comment


      • #4
        Hi,
        I am trying to run DEA command on Coelli's example(the illustration in STATA),however,I am getting error r(101) and it says varlist not allowed.Could you please help me out?

        Comment

        Working...
        X