Announcement

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

  • Heckman

    Hi,

    How do I apply weights in Heckman selection model?

    Thank you

  • #2
    I typed
    Code:
    help heckman
    in Stata and read this:

    Code:
    Weights are not allowed with the bootstrap prefix.
        twostep, vce(), first, lrmodel, and weights are not allowed with the svy prefix.
        pweights, fweights, and iweights are allowed with maximum likelihood estimation; see weight.  No weights are allowed if twostep is specified.

    Comment


    • #3
      you can potantially apply weights in a two step approach, but you will need to program the estimator yourself

      Comment


      • #4
        Thank you, Maxence Morlet and Fernando Rios

        Comment


        • #5
          Hi

          How do I take margins after using the Heckman ml model?

          Comment

          Working...
          X