Learn R Programming

TestDesign (version 1.0.2)

subsetTest: Create a subset of a test object

Description

Create a subset of a test object.

Usage

subsetTest(test, select = NULL)

Arguments

test

An '>test object.

select

A vector of item indices to subset.

Examples

Run this code
# NOT RUN {
test <- makeTest(itempool_science, seq(-3, 3, 1))
subtest <- subsetTest(test, 1:100)
# }

Run the code above in your browser using DataLab