Reece Goding
2022-Aug-08 16:51 UTC
[Rd] Is the behaviour of sample's prob = NULL default argument undocumented?
Hello, Does the documentation for sample never say what happens if you leave the prob argument NULL? This might be a job for R-help, but pride has me hoping that I'm missing something very technical rather than very obvious. Thanks, Reece Goding
Marc Schwartz
2022-Aug-08 17:13 UTC
[Rd] Is the behaviour of sample's prob = NULL default argument undocumented?
Hi, In the Details section of ?sample, the 6th paragraph begins with the following sentence: "The optional prob argument can be used to give a vector of weights for obtaining the elements of the vector being sampled." Since the argument is optional, it would imply that the default behavior is for an equal weighting of the elements in the source vector. Regards, Marc Schwartz On August 8, 2022 at 12:51:28 PM, Reece Goding (reece.goding at outlook.com (mailto:reece.goding at outlook.com)) wrote:> Hello, > > Does the documentation for sample never say what happens if you leave the prob argument NULL? > > This might be a job for R-help, but pride has me hoping that I'm missing something very technical rather than very obvious. > > Thanks, > Reece Goding > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel