Announcement

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

  • addtable option in outreg2

    what option I can use with the outreg2 to add additional table in the same file rather than the adding the column?I have tried addtable with outreg2 but its not working please.



  • #2
    I am using this command please


    reg`var' x1 x2 x3 $controls
    su `var' if e(sample)==1
    outreg2 using table2, addstat(DV Mean, r(mean)) keep(x1 x2) append

    Comment


    • #3
      Andrew Musau Please

      Comment


      • #4
        Originally posted by Olivia Emma View Post
        what option I can use with the outreg2 to add additional table in the same file rather than the adding the column?
        outreg2 is from SSC, as you are asked to explain (FAQ Advice #12). You cannot do this, as far as I know.

        Comment


        • #5
          Originally posted by Andrew Musau View Post

          outreg2 is from SSC, as you are asked to explain (FAQ Advice #12). You cannot do this, as far as I know.
          Thanks any other alternative please

          reg`var' x1 x2 x3 $controls
          su `var' if e(sample)==1
          outreg using table2, addstat(DV Mean, r(mean)) keep(x1 x2) addtable() append


          if I am using the above outreg , I am getting the error message that addstat not allowed

          Comment


          • #6
            Switch to estout. Note that there is a difference between outreg and outreg2, both from SSC.

            Comment


            • #7
              can you please give me the parallel command for this

              stats(coef se) bdec(3) keep(sec) addstat(Mean of Dependent Variable, r(mean), First Stage F-Test, e(widstat)) append excel nocons nor2

              in estout please

              Comment

              Working...
              X