resistant_line: Resistant Line EDA Regression Technique

Description Usage Arguments Author(s) References See Also

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

1
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


ACSWR documentation built on May 2, 2019, 6:53 a.m.