rgiordan / zaminfluence

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

Fail when trying to access an attribute that doesn't exist #21

Closed rgiordan closed 2 years ago

rgiordan commented 3 years ago

As an example of why this is important, GetWeightForAlpha will fail silently when passed a custom influence dataframe without the attribute data_row_cols.

rgiordan commented 2 years ago

We no longer rely on attributes in https://github.com/rgiordan/zaminfluence/pull/22