resistant_line {ACSWR} | R Documentation |
Resistant Line EDA Regression Technique
Description
"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.
Usage
resistant_line(x, y, iterations)
Arguments
x |
the covariate or independent vector |
y |
the dependent variate |
iterations |
the required number of iterations |
Author(s)
Prabhanjan N. Tattar
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.
See Also
LearnEDA::rline
[Package ACSWR version 1.0 Index]