sim.params | R Documentation |
create a dataframe of all possible parameter combinations in lexicographic order (if tags are supplied, use tag for column names)
sim.params(..., shuffle = FALSE, stringAsFactors = FALSE)
... |
each argument should be of the form of tag = vector, meaning the variable named 'tag' takes values in 'vector'. |
shuffle |
whether to shuffle the rows of the simulation dataframe randomly |
A sample usage is sim.params(tag1 = vec1, tag2 = vec2, tag3 = vec3).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.