The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 34... Line 34...
34
  \item{subset}{an optional vector specifying a subset of observations
34
  \item{subset}{an optional vector specifying a subset of observations
35
    to be used.}
35
    to be used.}
36
  \item{na.action}{a function which indicates what should happen when
36
  \item{na.action}{a function which indicates what should happen when
37
    the data contain \code{NA}s.  Defaults to
37
    the data contain \code{NA}s.  Defaults to
38
    \code{getOption("na.action")}.}
38
    \code{getOption("na.action")}.}
39
  \item{\dots}{further arguments to be passed to or from methods.}  
39
  \item{\dots}{further arguments to be passed to or from methods.}
40
}
40
}
41
\details{
41
\details{
42
  The underlying model is that the two samples are drawn from
42
  The underlying model is that the two samples are drawn from
43
  \eqn{f(x-l)} and \eqn{f((x-l)/s)/s}, respectively, where \eqn{l} is a
43
  \eqn{f(x-l)} and \eqn{f((x-l)/s)/s}, respectively, where \eqn{l} is a
44
  common location parameter and \eqn{s} is a scale parameter.
44
  common location parameter and \eqn{s} is a scale parameter.