Learn R Programming

TestDesign (version 1.0.2)

subsetItemPool: Create a subset of an item pool object

Description

Create a subset of an '>item_pool object.

Usage

subsetItemPool(pool, select = NULL)

Arguments

pool

An '>item_pool object.

select

A vector of indices identifying the items to subset.

Examples

Run this code
# NOT RUN {
subitempool <- subsetItemPool(itempool_science, 1:100)
# }

Run the code above in your browser using DataLab