lad.fit: Fitter functions for least absolute deviation (LAD) regression
Description
This function is a switcher among various numerical fitting functions
(lad.fit.BR, and lad.fit.EM). The argument method
does the switching: "BR" for lad.fit.BR, etc. This should
usually not be used directly unless by experienced users.
Usage
lad.fit(x, y, method = "BR", tol = 1e-7, maxiter = 200)