View source: R/generate_dataset.R
| generate_dataset | R Documentation |
Please add a description Tamas.
generate_dataset(
n,
mean,
sd,
floor = 1,
ceiling = 9,
tasks = 4,
groups = c("a", "b", "c")
)
n |
TODO |
mean |
TODO |
sd |
TODO |
floor |
TODO |
ceiling |
TODO |
tasks |
TODO |
groups |
TODO |
A tibble in long format.
## Not run:
generate_dataset(n = 1000, mean = 5, sd = 2, tasks = 4, groups = c("a", "b"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.