call.coco.chars {CoCoCore} | R Documentation |
Internal CoCoCore functions: Call Coco with only code, subcode, and one argument.
coco.enter.string(code, argument = FALSE, sub.code = FALSE, length = 128, no.warnings = NULL, object = .current.coco) call.coco.chars(code, argument = FALSE, sub.code = FALSE, length = 128, no.warnings = NULL, object = .current.coco) call.coco.longs(code, argument = FALSE, length = 0, sub.code = FALSE, no.warnings = NULL, object = .current.coco) call.coco.reals(code, argument = FALSE, length = 0, sub.code = FALSE, no.warnings = NULL, object = .current.coco)
code |
Numeric, between 1 and 255. |
argument |
The argument a charater string,
a vector of integers or a vector of reals. |
length |
Numeric, the length of the argument. |
sub.code |
Numeric. |
no.warnings |
Logical, if no.warnings is TRUE then
no warnings are given from ok.coco . |
object |
See endCoCo . |
These functions are not to be called by the user.
coco.enter.string
calls call.coco.chars
and returns same result.
coco.enter.string
is called in
.return.name.list.string
,
coco.string.double
,
coco.string.model
,
read.q.list
,
read.q.table
,
.eh.enter.base.model
,
.fix.edges
,
disposeOfQtable
,
ehFit
,
ehForceAccept
,
ehForceFix
,
ehForceReject
,
ehSetBase
,
ehSetMainEffects
,
enterModel
,
partialAssociations
,
returnModel
,
returnModelVariates
,
returnSets
,
showTable
.
call.coco.chars
, is called in
coco.enter.string
,
set.data.file
,
set.observations.file
,
set.output
,
set.specification.file
,
source.coco
,
excludeMissing
,
exportCoCo
,
importCoCo
,
optionsCoCo
,
setOrdinal
,
setUseVariables
,
showTable
,
sinkCoCo
.
call.coco.longs
, is called in
.return.factor.type.list
,
.return.level.list
,
.return.missing.list
,
.set.em.initial
,
.set.em.max.iterations
,
.set.ips.max.iterations
,
.set.list.of.number.of.tables
,
.set.number.of.tables
,
.set.page.formats
,
.set.paging.length
,
.set.print.formats
,
.set.seed.coco
,
.set.table.formats
,
.set.test.formats
,
enterList
,
enterTable
,
makeBase
,
makeCurrent
,
numberVariates
,
optionsCoCo
,
returnModelNumber
,
returnModelVariates
.
call.coco.reals
is called in
.set.acceptance
,
.set.rejection
,
.set.components
,
.set.separators
,
.set.asymptotic
,
.set.em.epsilon
,
.set.exact.epsilon
,
.set.ips.epsilon
,
.set.power.lambda
,
.set.ic
,
optionsCoCo
.
Jens Henrik Badsberg
Badsberg, J.H.: Xlisp+CoCo, Aalborg University, 1996.