Generates simulated responses to a test given informations about items values of latent traits.
generate_test_responses(
theta,
items,
performAssertions = TRUE,
tryConvertToNumeric = TRUE
)matrix (or data frame) of already generated latent traits' values
list with test items' specification
logical value indicating whether function should
perform assertions of the other arguments (TRUE by default, may be
changed to FALSE for a little performance gain)
logical value indicating whether function should try to convert generated responses to numeric values (technically responses are get from rownames of the items' scoring matrices that are character vectors)
matrix with responses on items
generate_item_responses_sqn,
generate_item_responses_sml