Announcement

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

  • #16
    I have a similar problem.
    Code:
    Code:
    webuse nlsw88, clear
    use http://web.archive.org/web/20150802214527/http://faculty.econ.ucdavis.edu/~dlmiller/statafiles/collapsed
    regress hasinsurance selfemployed post post_self, cluster(year)
    boottest post_self=.04
    The error message I got is:
    Code:
            boottest_stata():  3001  expected 51 arguments but received 59
                     <istmt>:     -  function returned error

    Comment


    • #17
      That looks like an installation problem. You have pieces of two different versions of the program on your computer. Possibly the problem will go away if you restart Stata. If not, erase all copies of boottest.ado and lboottest.mlib on your machine (do "which boottest.ado" and "which lboottest.mlib" in Stata to look for them) and then reinstall boottest with the "ssc install" command.

      Comment


      • #18
        Thanks.
        Last edited by gene lu; 14 Dec 2022, 20:26.

        Comment


        • #19
          Dear David, thank you very much for your helpful post in #17. That is what worked for me when I had problems with your boottest command.

          Comment

          Working...
          X