adriennekline / psmpy

propensity score matching in python
Other
44 stars 1 forks source link

1:N matching #5

Open yikuan8 opened 1 year ago

yikuan8 commented 1 year ago

Is it possible to generalize N to a float number? Thanks!

adriennekline commented 1 year ago

Hey Yikuan! I could in theory do this, but what is the rationale? Otherwise some cases would be matched 'n' times and others n-1 times.

Thanks!