Announcement

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

  • qrprocess postestimation

    Hi STATALIST,

    Any advice on why some of the postestimate commands after qrprocess like, estat summarize and estat vce do not work ?
    I've got the following messages:

    Code:
    qrprocess a i.b i.c i.d,quantile(0.01(0.01)0.99) method(qreg) 
    estat  
    command qrprocess_estat is unrecognized
    r(199);
    Code:
    qrprocess a i.b i.c i.d,quantile(0.01(0.01)0.99) method(qreg) 
    estat summarize
    command qrprocess_estat is unrecognized
    r(199);
    P.S.
    Code:
    help qrprocess

    Title

    qrprocess postestimation -- Postestimation tools for qrprocess

    Description

    All postestimation commands available after qreg are also available after qrprocess. In addition, qrprocess predict provides two additional options.
    Regards,

  • #2
    I have not used (user-contributed) qrprocess myself but I would encourage you to look closely at the syntax given in the qrprocess postestimation help file:

    http://fmwww.bc.edu/RePEc/bocode/q/q...timation.sthlp

    Comment


    • #3
      Dear Masoumeh Sanagou,

      Thanks for your message. There was indeed an error in my code. I have corrected this error. You can install the most recent version of the codes by typing
      Code:
      net install qrprocess, from("https://raw.githubusercontent.com/bmelly/Stata/main/") replace
      in Stata. Then estate vce and estate summarize will work.

      Best regards,
      Blaise Melly

      Comment

      Working...
      X