Learn R Programming

irt (version 0.1.1)

$<-,Testlet-method: Set values to parameters or components of 'Item' class.

Description

Set values to parameters or components of 'Item' class.

Usage

# S4 method for Testlet
$(x, name) <- value

Arguments

x

A Testlet-class object.

name

Name of the parameter or component.

value

The new value that will be assigned.

Value

This operation will not return anything.