dewittpe / pstools

Propensity Score Analysis Tools
0 stars 1 forks source link

incorporate psweights() into propensity() #6

Open dewittpe opened 8 years ago

dewittpe commented 8 years ago

The function psweights() (issue #5) calculates five different types of propensity matching weights. Use this function within the propensity() function and extend the summary and plot methods accordingly.

dewittpe commented 8 years ago

I've come to the conclusion that the function propensity is too generic of a name and does too much. I'm going to build several functions that do different parts of the work.

summary and print methods will also be provided.