Announcement

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

  • Tabout3 installation

    I recently updated my Stata to version 15. I have a do file that uses the tabout3 command. When I try to reinstall the command, I get the following error saying that it cannot be found. Any advice?

    Click image for larger version

Name:	Stata Error.PNG
Views:	1
Size:	12.3 KB
ID:	1710160

  • #2
    It may be because this version is still in beta. See https://tabout.net.au/docs/home.php for the do-file, which you can download, change the file's extension to .do if you are using Windows, and copy to the directory ending in \ado\plus\t.

    tabout is by Ian Watson and earlier versions are available from SSC.
    David Radwin
    Senior Researcher, California Competes
    californiacompetes.org
    Pronouns: He/Him

    Comment


    • #3
      Alternatively (and because I like the beta/version 3), I have code like this in my do files to check for the file & install the beta if not on that machine (but if you ever DL from SSC it will likely overwrite with the official, non beta version!)

      Code:
      cap which tabout 
      if _rc copy https://tabout.net.au/downloads/main_version/tabout.txt  `"`c(sysdir_personal)'/tabout.ado"', replace
      Eric A. Booth | Sr. Researcher | Texas2036.org | www.github.com/EricABooth

      Comment

      Working...
      X