Learn R Programming

TestDesign (version 0.2.5)

updateConstraints: Update constraints

Description

Update the onstraints list

Usage

updateConstraints(object, on = NULL, off = NULL)

Arguments

object

a list object returned from loadConstraints

on

a vector of constraints index to turn on.

off

a vector of constraints index to turn off.

Value

An updated list of constraints to be used in ATA and Shadow.

Examples

Run this code
# NOT RUN {
constraints_science2 <- updateConstraints(constraints_science, off = 32:36)
constraints_science3 <- updateConstraints(constraints_science, on = 32:36)

# }

Run the code above in your browser using DataLab