Announcement

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

  • odd result in mmqreg example

    Hello everyone,

    I want to learn Panel Quantile Regression (mmqreg) on different Quantiles.

    First I try example's help:
    Code:
    . use http://fmwww.bc.edu/RePEc/bocode/o/oaxaca.dta, clear
    (Excerpt from the Swiss Labor Market Survey 1998)
    
    . mmqreg lnwage i.female educ exper tenure i.isco, q(25 75)
               mmqreg_vce1():  3200  conformability error
                     <istmt>:     -  function returned error
    r(3200);
    I don't undestand why an example from mmqreg's help returned an error.

    Greetings,
    Sebastián.

  • #2
    Thanks for reporting this.
    I ll check this out and get back to you

    Comment


    • #3
      Seems it was a bug I corrected but never submitted. Please use the file attached (or wait until the update is uploaded to SSC)
      Thank you
      F
      Attached Files

      Comment


      • #4
        Dear Rios
        Greeting
        When running the mmqreq on my panel data N=29 countries during 1995-2020, i got the following

        mmqreg lefp leci lre , q(25 75)

        mmqreg_vce2(): 3200 conformability error
        <istmt>: - function returned error


        Your feedback is highly appreciated

        Comment


        • #5
          Hi Atif
          could you share your data? There isn't much I can do with only this information
          Also, make sure you have the latest version on SSC
          if you type
          which mmqreg
          should show you a v2.3

          Comment

          Working...
          X