Announcement

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

  • boottest package

    Hi,

    I am trying to use the ppmlhdfe command. However I received this error:

    Error: Stata versions 12 or earlier require the boottest package
    To install, from within Stata type (error occurred while loading ppmlhdfe.ado)
    r(601);

    I have Stata 11 and I think I have to install the boottest package from here: https://github.com/droodman/boottest...ses/tag/v2.6.0
    Where do I have to install the files?

    I will appreciate yout help!





  • #2
    boottest is available from SSC, see

    Code:
    ssc describe boottest
    You can install it using:

    Code:
    ssc install boottest, replace

    Comment


    • #3
      Thank you very much!!

      Comment

      Working...
      X