[Rd] Add-on argument in sample()

Millot Gael Gael.Millot at curie.fr
Mon Jun 15 14:55:17 CEST 2015


Hi.

I have a problem with the default behavior of sample(), which performs sample(1:x) when x is a single value.
This behavior is well explained in ?sample.
However, this behavior is annoying when the number of value is not predictable. Would it be possible to add an argument
that desactivates this and perform the sampling on a single value ? Examples:
> sample(10, size = 1, replace = FALSE)
10

> sample(10, size = 3, replace = TRUE)
10 10 10

> sample(10, size = 3, replace = FALSE)
Error

Many thanks for your help.

Best wishes,

Gael Millot.


Gael Millot
UMR 3244 (IC-CNRS-UPMC) et Universite Pierre et Marie Curie
Equipe Recombinaison et instabilite genetique
Pav Trouillet Rossignol 5eme etage
Institut Curie
26 rue d'Ulm
75248 Paris Cedex 05
FRANCE
tel : 33 1 56 24 66 34
fax : 33 1 56 24 66 44
Email : gael.millot at curie.fr
http://perso.curie.fr/Gael.Millot/index.html


	[[alternative HTML version deleted]]



More information about the R-devel mailing list