Announcement

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

  • how to know the number of treated onservations and number of controls for ssc command "kmatch"

    I tried to learn from its help file, however, I didn't get it claerly So how to know the number of treated onservations and number of controls after mach using "kmatch"

    Thanks a ton!

    Code:
    ssc install kmatch,replace
    webuse cattaneo2, clear
    kmatch md mbsmoke mage prenatal1 mmarried fbaby (bweight), att wgenerate(_weight)

  • #2
    The matching statistics are reported in the first table, no?

    Comment


    • #3
      However, I am wondering why the observation number is different from the number of observation in following regression?
      The syntax of results in the below table is : reg bweight mbsmoke mage prenatal1 mmarried fbaby [pweight=_weight]
      Sorry that my situations didn't occur in the example code I used. But I want to figure out what are the numbers of treatment group and control group for 2760, and why (919+1921) become 2760?
      Thanks!


      Click image for larger version

Name:	image_29842.png
Views:	3
Size:	252.8 KB
ID:	1697055
      Click image for larger version

Name:	image_29843.png
Views:	2
Size:	217.6 KB
ID:	1697056
      Attached Files

      Comment


      • #4
        It seems because some _weight calculated is 0. Why the weight calculated cab be 0?

        Comment

        Working...
        X