Announcement

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

  • #16
    Originally posted by Damiaan Persyn View Post
    .... and a quick solution might be to change line 390 in the original xtpmg.ado code from

    quie predict double `ec' if `touse', eq(`ec')

    to

    quie predict double `ec'tmp if `touse', eq(`ec')
    ren `ec'tmp `ec'

    at least for me this works fine.
    it also worked for me. thanks a lot..

    Comment


    • #17
      Originally posted by Damiaan Persyn View Post
      .... and a quick solution might be to change line 390 in the original xtpmg.ado code from

      quie predict double `ec' if `touse', eq(`ec')

      to

      quie predict double `ec'tmp if `touse', eq(`ec')
      ren `ec'tmp `ec'

      at least for me this works fine.
      Thank you this works.

      Comment


      • #18
        Originally posted by Jamel Saadaoui View Post
        You have to locate your personal folder with the command

        sysdir

        For this package xtpmg, mine is here: C:\Users\jamel\ado\plus\x

        Then, you have to apply following the patch by opening the xtpmg.ado from a Do-file editor in Stata (Thanks to Francisco Serranito for this point):

        Originally posted by Damiaan Persyn View Post
        .... and a quick solution might be to change line 390 in the original xtpmg.ado code from




        quie predict double `ec' if `touse', eq(`ec')

        to

        quie predict double `ec'tmp if `touse', eq(`ec')
        ren `ec'tmp `ec'





        Save the file. It should work!

        Kind regards,

        Jamel
        Hi sir, Thank you further explanation and it is working for me. But, there is small problem in my Hausman test result. The P vale is not there is table . why it is ?

        Comment

        Working...
        X