resistant_line function

Resistant Line EDA Regression Technique

Resistant Line EDA Regression Technique

"Resistant Line" is an important EDA way of fitting a regression model. The function here develops the discussion in Section 4.5.1 Resistant Line. An alternative for this function is available in "rline" function of the "LearnEDA" package.

resistant_line(x, y, iterations)

Arguments

  • x: the covariate or independent vector
  • y: the dependent variate
  • iterations: the required number of iterations

References

Velleman, P.F., and Hoaglin, D.C. (2004). ABC of Exploratory Data Analysis. Duxbury Press, Boston. Republished in 2004 by The Internet-First University Press.

Author(s)

Prabhanjan N. Tattar

See Also

LearnEDA::rline

  • Maintainer: Prabhanjan Tattar
  • License: GPL-2
  • Last published: 2015-09-05

Useful links