dewittpe / pstools

Propensity Score Analysis Tools
0 stars 1 forks source link

weights for propensity 'matching' #1

Closed dewittpe closed 8 years ago

dewittpe commented 8 years ago

Implement and name five weighting methods within propensity

Method Treated Control
IPW, average causal effect in study population 1/pi 1/(1-pi)
Ave causal effect in treated 1 pi/(1-pi)
Ave causal effect in untreated (1-pi)/pi 1
Ave causal effect in population for which sample is most informative 1-pi pi
Ave causal effect in matching weight population min(pi,(1-pi))/pi min(pi,(1-pi))/(1-pi)
tdbennett commented 8 years ago

These weights are now implemented near the bottom of icppaper/propensity.R

dewittpe commented 8 years ago

These weights have been implemented in psweights.R.