Announcement

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

  • outreg2 for xtabond2

    Dear Stata users

    i am using xtabond2 for a GMM TWOSTEP model and i want to transfer the results into a word file. but when i write the command outreg2 using tablegmm.doc, se bdec(3) e(ar2) word i get the following error message:

    file __________ could not be opened;
    This file, although found, failed to open properly. This
    error is unlikely to occur. You will have to review your
    operating system's manual to determine why it occurred.

    do you know why i receive this message and what can i do to fix it??
    many thanks in advance
    Marialena

  • #2
    Hi, Marialena, in you command:
    Code:
    outreg2 using tablegmm.doc, se bdec(3) e(ar2) word
    try to delete the suffix ".doc"

    Comment


    • #3
      nope still doesn't work
      i think it is related to the memory in stata or sth like that
      thanks anyway

      Comment


      • #4
        Dear All

        does anybody know the precise command outreg2 which exports AR(1) AR(2) and Hansen/Sargan t-stats in word?

        thanks
        marialena

        Comment


        • #5
          You can use command

          outreg2 using myfile.doc, se bdec(3) e(ar1p ar2p hansenp sarganp) word replace

          Comment

          Working...
          X