rgiordan / zaminfluence

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

Error in regularize.values(x, y, ties, missing(ties)) : (converted from warning) collapsing to unique 'x' values #23

Open rgiordan opened 2 years ago

rgiordan commented 2 years ago

The new GetInferenceSignals sometimes throws the following harmless error due to our use of approx with possibly very small influence scores:

  (converted from warning) collapsing to unique 'x' values

It would be better to roll our own and avoid the use of approx entirely.