View source: R/cat_sim_helper_functions.R
print.cat_design | R Documentation |
Prints cat_design objects.
## S3 method for class 'cat_design'
print(x, ..., verbose = FALSE)
x |
A |
... |
further arguments passed to or from other methods. |
verbose |
If |
Emre Gonulates
ip <- generate_ip(n = 5)
cd <- create_cat_design(ip = ip, next_item_rule = 'random',
termination_rule = 'min_item',
termination_par = list('min_item' = 5))
cd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.