Learn R Programming

TestDesign (version 1.1.2)

makeItemPoolCluster: Create an item pool cluster object

Description

Create a '>pool_cluster object.

pool_cluster1 == pool_cluster2 tests equality of the two pool_cluster objects.

Usage

makeItemPoolCluster(x, ..., names = NULL)

# S4 method for item_pool makeItemPoolCluster(x, ..., names = NULL)

# S3 method for pool_cluster ==(pool_cluster1, pool_cluster2)

Arguments

x, ...

'>item_pool objects.

names

(optional) names to use for '>item_pool.

pool_cluster1

a '>pool_cluster object.

pool_cluster2

a '>pool_cluster object.

Examples

Run this code
# NOT RUN {
cluster <- makeItemPoolCluster(itempool_science, itempool_reading)
cluster1 <- makeItemPoolCluster(itempool_science, itempool_reading)
cluster2 <- makeItemPoolCluster(cluster1@pools[[1]], cluster1@pools[[2]])
cluster1 == cluster2  ## TRUE

# }

Run the code above in your browser using DataLab