setOrdinal {CoCoRaw}R Documentation

Declare some of the discrete variables to be ordinal

Description

Declare some of the discrete variables to be ordinal.

Usage

setOrdinal(set = "*", setslot = TRUE, data = NULL, 
           object = .object.of.thing(data = data, ...), ...)

Arguments

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. )

Details

Value

A character sting with the ordinal variables set.

Author(s)

Jens Henrik Badsberg

References

Badsberg, J.H.: A guide to CoCo, JSS, 2001 ( http://www.jstatsoft.org/v06/i04/ ) and Badsberg, J.H.: Xlisp+CoCo, Aalborg University, 1996.

See Also

enterDataFrame, partialAssociations, optionsCoCo, showDeviance, returnTest, returnDeviance, backward and forward.


[Package Contents]