Skip to content
Prev 137901 / 398498 Next

non parametric linear regression

These methods are more commonly called robust regression or resistant
regression (it is not really non-parametric since you are trying to
estimate the slope which is a parameter, just not of a normal
distribution).

There are many methods for doing robust regressions, the book Modern
Applied Statistics with S (MASS) has a good discussion on some different
techniques.

Running the command:
Gives several hits, one of which is the mblm function in the mblm
package which, based on its description, does the calculations you
mention.

Hope this helps,