Announcement

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

  • Plot log outcome on predicted propensity of Treatment

    Hey,

    I would like to draw a graph like the one below. How to i do that? The one in the bottom i have already drawn, but it is the upper one I have problems with.

    Thanks in advance.

    Best regards,

    Mette

    Click image for larger version

Name:	Skærmbillede 2019-05-30 kl. 10.01.17.png
Views:	1
Size:	73.3 KB
ID:	1500841





  • #2
    Hi Mette
    Perhaps something like this is what you are looking for:
    Code:
    two lpoly lwage pscore if mother==1 || lpoly lnwage pscore if mother==0
    Here, pscore stands for your estimated propensity score, lwage for your outcome of low wages, and lpoly provides you the local constant estimation of wages at a given point of propensity score. You should probably explore some of the options in lpoly that best fit your question.
    HTH
    Fernando

    Comment


    • #3
      Thank you so much Fernando. This is just what i was looking for.

      Best regards,

      Mette

      Comment

      Working...
      X