Announcement

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

  • Dataex command doens't work

    Hi Everybody!

    I'm new to stata so I'm sorry for the basic question.
    I'm trying to include my regression output for my initial post here but dataex doesn't work.
    I type in dataex after my regression command to export the output table but dataex just uses the list of variables.
    I was looking for a solution but I just don't get why it doesn't work. What am I doing wrong here?

    Thanks in advance!

  • #2
    dataex is not about exporting the results of the previous command. it's purely to create a data example.

    Code:
    help dataex
    explains.

    Comment


    • #3
      To answer your question, you can include your regression output in the code blocks. So just copy and paste that in the code blocks and you're good

      Comment


      • #4
        If you're looking to export estimation results though, the community contributed
        Code:
        outreg2
        command is a good way forward.

        Comment


        • #5
          Thank you all!

          Comment


          • #6
            Assume you have ran a regression and what to use dataex to import the output to Statalist forum, how do you go about doing that?

            Comment


            • #7
              You would't use dataex for that, but copy the output and use code delimiters (the hash button).

              Comment

              Working...
              X