The R Project SVN R

Rev

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

Rev 71883 Rev 76295
Line 1... Line 1...
1
% File src/library/base/man/sample.Rd
1
% File src/library/base/man/sample.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2017 R Core Team
3
% Copyright 1995-2019 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{sample}
6
\name{sample}
7
\alias{sample}
7
\alias{sample}
8
\alias{sample.int}
8
\alias{sample.int}
Line 91... Line 91...
91
  Wadsworth & Brooks/Cole.
91
  Wadsworth & Brooks/Cole.
92
 
92
 
93
  Ripley, B. D. (1987) \emph{Stochastic Simulation}. Wiley.
93
  Ripley, B. D. (1987) \emph{Stochastic Simulation}. Wiley.
94
}
94
}
95
\seealso{
95
\seealso{
96
  \code{\link{RNG}} about random number generation.
96
  \code{\link{RNGkind}(sample.kind = ..)} about random number generation,
-
 
97
  notably the change of \code{sample()} results with \R version 3.6.0.
97
 
98
 
98
  CRAN package \CRANpkg{sampling} for other methods of weighted sampling
99
  CRAN package \CRANpkg{sampling} for other methods of weighted sampling
99
  without replacement.
100
  without replacement.
100
}
101
}
101
\examples{
102
\examples{