The R Project SVN R

Rev

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

Rev 24239 Rev 25118
Line 12... Line 12...
12
}
12
}
13
\value{index of a maximal value for each row, an integer vector of
13
\value{index of a maximal value for each row, an integer vector of
14
  length \code{nrow(m)}.
14
  length \code{nrow(m)}.
15
}
15
}
16
\details{
16
\details{
17
  Ties are broken at random.  The determination of ``tie'' assumes that
17
  Ties are broken at random.  The determination of \dQuote{tie} assumes that
18
  the entries are probabilities: there is a relative tolerance of
18
  the entries are probabilities: there is a relative tolerance of
19
  \eqn{10^{-5}}{1e-5}, relative to the largest entry in the row.
19
  \eqn{10^{-5}}{1e-5}, relative to the largest entry in the row.
20
}
20
}
21
\references{
21
\references{
22
  Venables, W. N. and Ripley, B. D. (2002)
22
  Venables, W. N. and Ripley, B. D. (2002)