Announcement

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

  • malmq.ado could not work with the save(filename) option, anyone know what's wrong with the ado file? ado file and datasets attached

    I use malmq.ado to calculate malmquist index in stata 14, it works OK.But when I want to save results to dta file with the sav(filename) option,there comes error message. MY codes are as follows:

    use "E:\chi11_lee_files\lee2.dta"
    malmq i_AC = O_SPI O_CPI,period( time) sav(E:\test\abc.dta)

    then there comes a error message: <istmt>: 3499 file_exists() not found
    Attached Files

  • #2
    H Owen

    I am having similar problems. Please let me know if you found a solution to it.
    Thanks.

    Nutan

    Comment


    • #3
      Hi Nutan: write replace at the end of the command. sav(filename) replace Good luck

      Comment

      Working...
      X