Description Details Slots References See Also
In the CAB package, objects that contain particular functions for a model, such as the delay-of-reinforcement gradient in Catania's Operant Reserve (Catania, 2005; see also DOR) are referred to as elemental objects. The class elemental is the parent class from which all of the child elemental classes inherit from.
elemental objects contain functions but without any associated parameters. To hold parameters, a control object is used, which contains both a function from an elemental object and its associated parameters. A specific model (see class.model) is a collection of control objects and some other objects to control the iteration of the model through its associated conditions.
nameA character string that gives the name of the elemental object.
typeA character string containing "elemental".
Catania, A. C. (2005). The operant reserve: A computer simulation in (accelerated) real time. Behavioural Processes, 69(2), 257-278. https://doi.org/10.1016/j.beproc.2005.02.009
class.DOR For an implementation of the delay-of-reinforcement functions in Catania's Operant Reserve.
class.dep For an implementation of the depletion functions in Catania's Operant Reserve.
class.initial_reserve For an implementation of the initial_reserve functions in Catania's Operant Reserve.
class.emission For an implementation of the emission functions in Catania's Operant Reserve.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.