CoCoClass-class {CoCoObjects}R Documentation

Class "CoCoClass"

Description

Objects from the Class

Objects can be created by calls of the form new("CoCoClass", ...).

Slots

.parameters:
Object of class "list" with the parameters for creating the CoCo object, the arguemnts of coco.init.
.invalid:
Object of class "list" with the not recoverable values of the object, the arguments of set.data.file, set.observations.file, set.specification.file, read.data, read.specification, read.names, read.factors, reject.cases, select.cases, or.reject.cases, or.select.cases, redefine.factor, cutpoints, skip.missing, read.observations, read.table.coco, read.list, read.q.list, read.q.table, cleanData, and randomTableReplacement (if setslot is TRUE).
.specification:
Object of class "list" with the values of the specification of the object, the arguments of enterNames and importCoCo if setslot is TRUE.
.medio:
Object of class "list" with the values of the medio of the object, the arguments of setUseVariables if setslot is TRUE.
.observations:
Object of class "list" with the values of the observations of the object, the arguments of enterTable, enterList, enterDataFrame, and enterTwoList if setslot is TRUE.
.structure:
Object of class "list" with the values of the structure of the object, the arguments of setOrdinal, ExcludeMissing, emOn, enterQtable and enterQlist if setslot is TRUE.
.reference:
Object of class "numeric" with the reference of the object: a pointer to the memory.
.key:
Object of class "character" with the key of the object.
.type:
Object of class "numeric" with the type, 1 for CoCo objects, 2 for CoCoCg objects, of the object.
.title:
Object of class "character" with the title of the object.

Extends

Class "CoCoIdClass", directly.

Methods

No methods defined with class "CoCoClass" in the signature.

Author(s)

Jens Henrik Badsberg

References

Badsberg, J.H.: Xlisp+CoCo, Aalborg University, 1996.

See Also

CoCoIdClass-class, CoCoModelClass-class, coco.init, or GraphLatticeProto-class.


[Package Contents]