The R Project SVN R

Rev

Rev 88283 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88283 Rev 88285
Line 70... Line 70...
70
  If the input data are effectively constant (compared to the larger of the
70
  If the input data are effectively constant (compared to the larger of the
71
  two means) an error is generated.
71
  two means) an error is generated.
72
 
72
 
73
  If the data contain infinite values, \code{t.test()} no longer errors and
73
  If the data contain infinite values, \code{t.test()} no longer errors and
74
  returns a still not very useful result.  Note that
74
  returns a still not very useful result.  Note that
75
  \code{\link{wilcox.test()}} is \emph{robust} against outliers and hence
75
  \code{\link{wilcox.test}()} is \emph{robust} against outliers and hence
76
  deals more usefully with such \code{Inf} values in \code{x} or \code{y}.
76
  deals more usefully with such \code{Inf} values in \code{x} or \code{y}.
77
}
77
}
78
\value{
78
\value{
79
  A list with class \code{"htest"} containing the following components:
79
  A list with class \code{"htest"} containing the following components:
80
  \item{statistic}{the value of the t-statistic.}
80
  \item{statistic}{the value of the t-statistic.}