Announcement

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

  • Formatting output from psmatch2

    Wondered if anyone had figured out how to produce "publication quality" output from psmatch2 similar to the way regression output can be formatted in outreg or outreg2?

    Thanks.

    Bob
    Robert Fitzgerald Senior Research Associate RTI International Berkeley,CA 94702 [email protected]

  • #2
    -psmatch2- is an estimation command like -regress- or -logit-, so you can use -outreg- or -outreg2- afterwards:

    . sysuse auto, clear
    (1978 Automobile Data)

    . psmatch2 foreign price mpg
    output omitted

    . outreg

    -------------------
    foreign
    -------------------
    price 0.000
    (2.45)*
    mpg 0.140
    (3.76)**
    _cons -4.592
    (4.12)**
    N 74
    -------------------
    * p<0.05; ** p<0.01

    Comment


    • #3
      Thanks, John. Not sure what I did that prevented outreg from working with psmatch2 during my tests but it's fine now.

      Regards,

      Bob
      Robert Fitzgerald Senior Research Associate RTI International Berkeley,CA 94702 [email protected]

      Comment


      • #4
        Dear Mr. Gallup,
        For me it does not seem to work. First I run the following command:
        psmatch2 depvar var1 var2 i.var3 i.var4, common norepl descending caliper(0.03) logit
        Then I run the command "outreg" bu it says:
        last estimates e(b) not found
        r(301)

        Furthermore I tried to explore the stored results running the command "ereturn list" after psmatch2 but it does not display any result nor any error

        Do you have any advice for me?
        Thank you in advance

        Comment

        Working...
        X