View source: R/simulate_thirt.R
simulate_thirt_resp | R Documentation |
Generate responses that can be used for the Thurstonian IRT model.
simulate_thirt_resp(gamma, items, persons)
gamma |
a data.frame of length |
items |
a data.frame of length |
persons |
a data.frame of length |
a list with:
(1) data.frame items
indicating items, blocks, and dimensions and
(2) data.frame resp
indicating people, blocks, response numbers, and response sequences.
## Not run:
set.seed(202106)
params <- simulate_thirt_params()
do.call(simulate_thirt_resp, params)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.