sample_safe | R Documentation |
Safely extracts a random unitary sample from a vector.
sample_safe(x)
x |
Vector. |
Random sample.
intake <- DIETCOST::sample_safe(c(10,25,37,52,100));
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.