Announcement

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

  • Tables with multiple panels

    Hello,

    I want to make a table with two or more panels containing results for different models (attached image contains an example from Dell, Jones and Olken (2012)). According to the code of the authors, they made this table "by hand", not using packages (like estout or outreg).

    I was wondering if any of these packages or any other could generate these tables with multiple panels directly from Stata.

    There has been a question on this subject before (https://www.statalist.org/forums/for...-panels-models) but it didn't receive any answers.

    Thanks
    Attached Files

  • #2
    asdoc can generate detailed, nested, and wide tables of regressions. For the above table, you can try the wide table of regression. Yet, a more customized table can be generated using the option row of asdoc. Read more here on option row in this blog entry.

    Short intro of asdoc: asdoc can be downloaded from SSC and can be used with almost all Stata commands. Here is a short blog post that shows how asdoc can be used with any Stata command http://fintechprofessor.com/2018/02/...basic-example/. You can also watch several YouTube videos that show the use of asdoc https://www.youtube.com/watch?v=zdI6...LwodAk2oqLYhr-

    Code:
    * For installation of asdoc 
    ssc install asdoc
    Regards
    --------------------------------------------------
    Attaullah Shah, PhD.
    Professor of Finance, Institute of Management Sciences Peshawar, Pakistan
    FinTechProfessor.com
    https://asdocx.com
    Check out my asdoc program, which sends outputs to MS Word.
    For more flexibility, consider using asdocx which can send Stata outputs to MS Word, Excel, LaTeX, or HTML.

    Comment


    • #3
      Hi Joao,

      I am in the same problem have you sorted it out?
      Any help?

      Thanks!

      Comment


      • #4
        Originally posted by Fissha Asmare View Post
        Hi Joao,

        I am in the same problem have you sorted it out?
        Any help?

        Thanks!
        Hi Fissha,

        I proceeded to hand-code the LaTeX code for tables in a Stata do-file. If you want I can send you a sample code.

        Comment


        • #5
          Hi Joao Pugliese, I have the same problem. It would be great if you could share your code

          Comment


          • #6
            Hi Joao Pugliese , Henry Strawforrd Fissha Asmare , it would be great if any of you would share the relevant code for the multiple-panel table.

            Comment

            Working...
            X