makeTestCluster | R Documentation |
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 signature 'item_pool_cluster,numeric,numeric'
makeTestCluster(object, theta, true_theta)
## S4 method for signature 'item_pool_cluster,numeric,list'
makeTestCluster(object, theta, true_theta)
object |
an |
theta |
a grid of theta values. |
true_theta |
an optional vector of true theta values to simulate response data. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.