0

https://www.real-statistics.com/multiple-regression/lad-regression/

I am trying to understand what is the best package (in R or python) for lad-regression.

But the following one says "but least absolute deviation regression is median regression or quantile regression at the 50% percentile". I don't think this is true. Can anybody confirm whether LAD regression and median regression are the same or not? If they are not the same, then median regression solutions will not be relevant to my question.

Is there any library for least absolute deviation (LAD) regression with regularization terms?

https://rdrr.io/cran/Blossom/man/lad.html

I see the above function implements lad regression. But the package is deprecated and I fail to install it. Is there an alternative well-maintained package for lad-regression?

user1424739
  • 424
  • 2
  • 9
  • You ask what's *best* but offer no criteria (best in what sense?). To the extent that this would be a "find me a package to do x' question, is this even on topic here? ... There are multiple packages in R that do L1 regression – Glen_b Aug 08 '21 at 04:23
  • I removed the word best. At least, it should be working. I also have other questions in the post. Be constructive. – user1424739 Aug 08 '21 at 04:28
  • e.g. `quantreg`, `L1pack` are both on CRAN. Not sure what the need for "be constructive" was. Asking for a clearer question and wondering if a question (*or even parts of a question*) is on topic are both things we should be doing as a matter of course – Glen_b Aug 08 '21 at 04:36
  • You just voted closed without letting me to feedback. That was not contructive. – user1424739 Aug 08 '21 at 13:30
  • 1
    I don't follow. You got feedback (a comment). I then voted to close as unclear (which is the correct action in the circumstance; that *is* constructive, according to the way the system is designed to operate -- putting a question on hold prevents premature answers, until it's in a suitable state to answer). Then you addressed the issue, and I retracted the close vote. This is how it's supposed to work. – Glen_b Aug 08 '21 at 13:51
  • If you still feel I did something I should not have, https://stats.meta.stackexchange.com/ is the best place to raise it. – Glen_b Aug 08 '21 at 13:57

0 Answers0