Learn R Programming

TestDesign (version 1.0.1)

updateConstraints: Update constraints

Description

Update the constraints list

Usage

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

Arguments

object

A '>constraints object from loadConstraints.

on

a vector of constraints index to turn on.

off

a vector of constraints index to turn off.

Value

An updated '>constraints object, to be used in Static 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