makeTestCluster {TestDesign} | R Documentation |
Create a test cluster object
Description
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.
Usage
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)
Arguments
object |
an |
theta |
a grid of theta values. |
true_theta |
an optional vector of true theta values to simulate response data. |
[Package TestDesign version 1.6.1 Index]