View source: R/simulate_thirt.R
simulate_thirt_params | R Documentation |
Generate parameters that conform to the Thurstonian IRT model.
simulate_thirt_params(
n_person = 2,
n_item = c(2, 4),
n_neg = 1,
n_block = 2,
n_dim = 4
)
n_person |
integer indicating the number of people |
n_item |
integer or vector of length |
n_neg |
integer or vector of length |
n_block |
integer indicating the number of blocks |
n_dim |
integer indicating the number of dimensions or traits |
a list of parameters including gamma for item pairs, individual item parameters, and person parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.