This is my psmatch2 code:
Code:
psmatch2 anesthesia encounter_age bsa2 qrs2 pulgrade pul_stenosis rightventsize lvefecho2, /* */kernel(biweight) common logit
Code:
psmatch2: | psmatch2: Common Treatment | support assignment | Off suppo On suppor | Total -----------+----------------------+---------- Untreated | 0 84 | 84 Treated | 5 27 | 32 -----------+----------------------+---------- Total | 5 111 | 116
Here is my kmatch code:
Code:
kmatch ps anesthesia encounter_age bsa2 qrs2 pulgrade pul_stenosis rightventsize lvefecho2, /* */comsup kernel(biweight) pscmd(logit) att
Code:
Propensity-score kernel matching Number of obs = 116 Kernel = biweight Treatment : anesthesia = 1 Covariates : encounter_age bsa2 qrs2 pulgrade pul_stenosis rightventsize lvefecho2 PS model : logit (pr) Matching statistics ------------------------------------------------------------------------------------------ | Matched | Controls | Bandwidth | Yes No Total | Used Unused Total | -----------+---------------------------------+---------------------------------+---------- Treated | 27 5 32 | 77 7 84 | .0612906 ------------------------------------------------------------------------------------------
Code:
. kmatch ps anesthesia encounter_age bsa2 qrs2 pulgrade pul_stenosis rightventsize lvefecho2, /* > */comsup kernel(biweight) pscmd(logit) bw(silverman) att bwidth(): silverman not allowed r(198); end of do-file
0 Response to kmatch bandwidth
Post a Comment