View source: R/cat_sim_helper_functions.R
c.cat_design | R Documentation |
Concatenate 'cat_design' objects
## S3 method for class 'cat_design'
c(x, ...)
x |
A |
... |
Remaining |
A list of cat_design
objects.
Emre Gonulates
ip <- generate_ip(n = 20)
cd1 <- create_cat_design(ip = ip,
termination_rule = c('max_item'),
termination_par = list(max_item = 5))
cd2 <- create_cat_design(ip = ip,
termination_rule = c('max_item'),
termination_par = list(max_item = 9))
cd <- c(cd1, cd2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.