Description Usage Arguments Value Author(s) Examples
Fits Tukey's resistant line of form a + b (x - xC).
1 | rline(x,y,iter=1)
|
x |
numeric vector of values of explanatory variable |
y |
numeric vector of values of response variable |
iter |
number of iterations of algorithm |
a |
value of intercept a |
b |
value of slope b |
xC |
value of xC |
half.slope.ratio |
value of half slope ratio after one iteration |
residual |
vector of residuals |
spoints.x |
vector of summary x coordinates |
spoints.y |
vector of summary y coordinates |
Jim Albert
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.