Announcement

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

  • Esttab is unrecognized

    Hello,

    I have a problem with esttab command. In the morning, I used the same command for creating a table from stored estimates, and the command was working normally. But then, I started creating my replication package, and suddenly, I received the error message "esttab is unrecognized."
    After that, I checked my ado, and it looked like estout was installed. However, just to be sure, I deleted estout and reinstalled it again. Currently, when I type the command "ado," I can still see that estout is installed, but esttab doesn't work anymore.
    I really do not understand what happened in an hour.

    I really appreciate it if you help me to solve this problem.

    Best regards,
    Esra

  • #2
    Show the results of
    Code:
    which esttab
    which estout

    Comment


    • #3
      This is what I got:

      Click image for larger version

Name:	esttab error.png
Views:	1
Size:	165.6 KB
ID:	1675990

      Comment


      • #4
        You should check using your operating system where e.g. esttab.ado is installed and then compare with the results of

        Code:
        adopath
        which shows where Stata will look for files.

        Comment

        Working...
        X