kirilklein / CausalEstimate

Tool to produce causal estimates from propensity scores.
1 stars 0 forks source link

Inconsistent input handling in Matching estimator #23

Open kirilklein opened 1 month ago

kirilklein commented 1 month ago

All estimators first access the individual columns and then pass them to the functions. Matching on the other hand gets the dataframe passed to it. This should be changed for consistency.

kirilklein commented 3 weeks ago

It's difficult to get around it as matching needs the dataframe to have indices (PIDs) and columns together