The R Project SVN R

Rev

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

Rev 61433 Rev 61975
Line 1... Line 1...
1
% File src/library/stats/man/Wilcoxon.Rd
1
% File src/library/stats/man/Wilcoxon.Rd
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2007 R Core Team
3
% Copyright 1995-2013 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{Wilcoxon}
6
\name{Wilcoxon}
7
\alias{Wilcoxon}
7
\alias{Wilcoxon}
8
\alias{dwilcox}
8
\alias{dwilcox}
Line 35... Line 35...
35
\value{
35
\value{
36
  \code{dwilcox} gives the density,
36
  \code{dwilcox} gives the density,
37
  \code{pwilcox} gives the distribution function,
37
  \code{pwilcox} gives the distribution function,
38
  \code{qwilcox} gives the quantile function, and
38
  \code{qwilcox} gives the quantile function, and
39
  \code{rwilcox} generates random deviates.
39
  \code{rwilcox} generates random deviates.
-
 
40
 
-
 
41
  The length of the result is determined by \code{nn} for
-
 
42
  \code{rwilcox}, and is the maximum of the lengths of the
-
 
43
  numerical parameters for the other functions.  
-
 
44
  
-
 
45
  The numerical parameters other than \code{nn} are recycled to the
-
 
46
  length of the result.  Only the first elements of the logical
-
 
47
  parameters are used.
40
}
48
}
41
\details{
49
\details{
42
  This distribution is obtained as follows.  Let \code{x} and \code{y}
50
  This distribution is obtained as follows.  Let \code{x} and \code{y}
43
  be two random, independent samples of size \code{m} and \code{n}.
51
  be two random, independent samples of size \code{m} and \code{n}.
44
  Then the Wilcoxon rank sum statistic is the number of all pairs
52
  Then the Wilcoxon rank sum statistic is the number of all pairs