Learn R Programming

TestDesign (version 1.0.2)

makeItemPoolCluster: Create an item pool cluster object

Description

Create a '>pool_cluster object.

Usage

makeItemPoolCluster(pools, names = NULL)

Arguments

pools

A list of '>item_pool objects.

names

An optional vector of '>item_pool names.

Examples

Run this code
# NOT RUN {
cluster <- makeItemPoolCluster(c(itempool_science, itempool_reading))
# }

Run the code above in your browser using DataLab