View source: R/cat_sim_helper_functions.R
get_cat_administered_items | R Documentation |
This function returns an item pool object of the administered items using the items in estimate history. If there is one
get_cat_administered_items(cat_sim_output)
cat_sim_output |
This is a list object containing elements that are "cat_output" class. |
For cat_output
with only one adaptive test, an
Itempool
class object will be returned. For cat_output
with
more than one adaptive tests, a list of Itempool
class objects will
be returned.
Emre Gonulates
cd <- create_cat_design(ip = generate_ip(n = 30), next_item_rule = 'mfi',
termination_rule = 'max_item',
termination_par = list(max_item = 10))
cat_data <- cat_sim(true_ability = rnorm(10), cd = cd)
get_cat_administered_items(cat_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.