The R Project SVN R

Rev

Rev 74363 | Rev 88598 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 74363 Rev 75050
Line 8... Line 8...
8
\alias{residuals.tukeyline}
8
\alias{residuals.tukeyline}
9
\title{Robust Line Fitting}
9
\title{Robust Line Fitting}
10
\description{
10
\description{
11
  Fit a line robustly as recommended in \emph{Exploratory Data Analysis}.
11
  Fit a line robustly as recommended in \emph{Exploratory Data Analysis}.
12
 
12
 
13
  Currently the initial median-median line is \emph{not} iterated (as
13
  Currently by default (\code{iter = 1}) the initial median-median line is \emph{not} iterated (as
14
  opposed to Tukey's \dQuote{resistant line} in the references).
14
  opposed to Tukey's \dQuote{resistant line} in the references).
15
}
15
}
16
\usage{
16
\usage{
17
line(x, y, iter = 1)
17
line(x, y, iter = 1)
18
}
18
}