Description Usage Arguments Value
Perform the sample function after removing any duplicate or NA values from the vector
1  | sampleWithoutBiasOrNA(x, size, replace = FALSE)
 | 
x | 
 the vector to choose from  | 
size | 
 the number of items to choose  | 
replace | 
 should sampling be with replacement?  | 
the result of the sample function on x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.