Learn R Programming

TestDesign (version 1.0.1)

makeTest: Generate a test object

Description

Generate a '>test object

Usage

makeTest(
  object,
  theta = seq(-4, 4, 0.1),
  info_type = "FISHER",
  true_theta = NULL
)

# S4 method for item_pool makeTest( object, theta = seq(-4, 4, 0.1), info_type = "FISHER", true_theta = NULL )

Arguments

object

An '>item_pool object.

theta

A grid of theta values.

info_type

An information type.

true_theta

An optional vector of true theta values to simulate response data.

Examples

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

Run the code above in your browser using DataLab