I got this error message from a robust regression in r ; "'x' is singular: singular fits are not implemented in 'rlm'"
I could solve it by removing some variables.
My question is , can i progrom r to solve it on it's own ? so i will not have to remove variables to solve it.
lmto find the variables it dropped. Unlessrlmis reweighting a relatively large number of observations to zero (which would be hard to do), this will do the trick. – whuber Jul 29 '20 at 15:24