makeTestCluster
is a function for creating a test_cluster
object.
This is used to make all necessary data (e.g., item information, response data) prior to the main simulation.
This function is only kept for backwards compatibility.
makeTestCluster(object, theta, true_theta)# S4 method for item_pool_cluster,numeric,numeric
makeTestCluster(object, theta, true_theta)
# S4 method for item_pool_cluster,numeric,list
makeTestCluster(object, theta, true_theta)
an item_pool_cluster
object.
a grid of theta values.
an optional vector of true theta values to simulate response data.