Announcement

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

  • Psmatch2 and next steps for survival analysis

    Hello,

    I have run psmatch2 on my observational dataset and would appreciate some guidance on how to use the new variables created by the psmatch2 command for ensuring survival regression analysis.

    psmatch2 raceb i.aged i.sex i.geogr, logit odds neighbor(3) ai(3)

    - How can I can identify the matched dataset so that I can re-use for my analysis purposes?

    - For example, for COX regression and log-rank test for my treatment variable?
    * Do i need to stset to a subset of the dataset? based on which variable?
    * Should i stratify stcox ? according to which variable? _pscore?
    - For the log-rank test, should i stratify according to _pscore?

    many thanks
    Arnaud

  • #2
    For your first question, see https://www.statalist.org/forums/for...94#post1645694
    David Radwin
    Senior Researcher, California Competes
    californiacompetes.org
    Pronouns: He/Him

    Comment


    • #3
      I am using a stochastic frontier approach to estimate the profit efficiency. But I am not sure how to estimate the marginal effect of x(inefficiency variables) variable on inefficiency E(u)

      Comment


      • #4
        Originally posted by Anushiya Thanapalan View Post
        I am using a stochastic frontier approach to estimate the profit efficiency. But I am not sure how to estimate the marginal effect of x(inefficiency variables) variable on inefficiency E(u)
        It sounds like this message is for a different topic, perhaps by mistake. In any case, please follow Statalist advice and start a new thread.
        David Radwin
        Senior Researcher, California Competes
        californiacompetes.org
        Pronouns: He/Him

        Comment


        • #5
          Hello David,
          Is this correct that psmatch2 does not allow 1-n matching if one choses the "no replacement" option? (I have a error message from Stata)

          Comment


          • #6
            Apparently not. I got an error message, too.

            Code:
            . sysuse nlsw88
            (NLSW, 1988 extract)
            
            . psmatch2 union age married south grade tenure, outcome(wage) neighbor(5) noreplace
            Matching without replacement is only implemented with 1-to-1 propensity score matching
            r(198);
            David Radwin
            Senior Researcher, California Competes
            californiacompetes.org
            Pronouns: He/Him

            Comment

            Working...
            X