Announcement

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

  • Mediate Command - get point estimates for exporting to putexcel

    Hello,

    Quick query. I am used to running for example:

    logistic y x1 x2 x3
    Then
    lincom x1 - to get estimates, I think use the r matrices to export specific values from a table to exce using putexcel.

    I am new to using the mediate command. I do not see a method around this in the manual beyond exporting the whole table using etable etc.


    Is there simple way e.g., using lincom or lncom to get point estimates of NIE NDE TE to help export into excel using putexcel?

    Thanking you,

    David

  • #2
    Use the -coeflegend- option to see how to refer to the coefficients:

    Code:
    mediate ..., coeflegend

    Comment


    • #3
      Thank you so much! Love the learning.

      Comment

      Working...
      X