CoCoClass-class {CoCoObjects} | R Documentation |
Objects can be created by calls of the form new("CoCoClass", ...)
.
.parameters
:"list"
with the parameters for creating
the CoCo object, the arguemnts of
coco.init
. .invalid
:"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
:"list"
with the values of the specification
of the object, the arguments of
enterNames
and
importCoCo
if setslot
is TRUE. .medio
:"list"
with the values of the medio
of the object, the arguments of
setUseVariables
if setslot
is TRUE. .observations
:"list"
with the values of the observations
of the object, the arguments of
enterTable
,
enterList
,
enterDataFrame
,
and enterTwoList
if setslot
is TRUE. .structure
:"list"
with the values of the structure
of the object, the arguments of
setOrdinal
,
ExcludeMissing
,
emOn
,
enterQtable
and enterQlist
if setslot
is TRUE. .reference
:"numeric"
with the reference of the object:
a pointer to the memory. .key
:"character"
with the key of the object. .type
:"numeric"
with the type,
1 for CoCo objects,
2 for CoCoCg objects, of the object. .title
:"character"
with the title of the object.
Class "CoCoIdClass"
, directly.
No methods defined with class "CoCoClass" in the signature.
Jens Henrik Badsberg
Badsberg, J.H.: Xlisp+CoCo, Aalborg University, 1996.
CoCoIdClass-class
,
CoCoModelClass-class
,
coco.init
,
or GraphLatticeProto-class
.