Description Usage Arguments Value Examples
View source: R/generate_dataset.R
draws a uniform sample of size 'size'
1 | draw_uniform_sample(size, min, max, group = 1)
|
size |
number. size of the sample |
min |
number. minimum of the uniform distribution |
max |
number. maximum of the uniform distribution |
group |
number. number of the group (default = 1) |
data.frame
1 | draw_uniform_sample(size = 20, min = 0, max = 5, group = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.