rgiordan / zaminfluence

Tools in R for computing and using Z-estimator approximate influence functions.
Apache License 2.0
94 stars 10 forks source link

Write a single function to get the weight vector out of a target_change dataframe #9

Closed rgiordan closed 3 years ago

rgiordan commented 3 years ago

All the logic is done in rerun_lib.R, but it would be nice to have it as a standalone function.

rgiordan commented 3 years ago

Now done in GetWeightForTargetChangeRow of https://github.com/rgiordan/zaminfluence/pull/11