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

      Working...
      X