setOrdinal {CoCoRaw} | R Documentation |
Declare some of the discrete variables to be ordinal.
setOrdinal(set = "*", setslot = TRUE, data = NULL, object = .object.of.thing(data = data, ...), ...)
set |
A character string with the ordinal variables set . |
setslot |
Logical, if setslot is TRUE then
set is added to object . |
data |
( See exportCoCo . ) |
object |
See exportCoCo . |
... |
( Additional arguments to generate the CoCo object
from the data argument. See propertyModel . ) |
A character sting with the ordinal variables set
.
Jens Henrik Badsberg
Badsberg, J.H.: A guide to CoCo, JSS, 2001 ( http://www.jstatsoft.org/v06/i04/ ) and Badsberg, J.H.: Xlisp+CoCo, Aalborg University, 1996.
enterDataFrame
,
partialAssociations
, optionsCoCo
,
showDeviance
,
returnTest
, returnDeviance
,
backward
and forward
.