makeTestCluster-methods function

Create a test cluster object

Create a test cluster object

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. methods

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 item_pool_cluster object.
  • theta: a grid of theta values.
  • true_theta: an optional vector of true theta values to simulate response data.
  • Maintainer: Seung W. Choi
  • License: GPL (>= 2)
  • Last published: 2024-08-22