excludeMissing {CoCoRaw}R Documentation

Handling of missing values by excluding cases

Description

The function controls whether cases with missing values are excluded or if for discrete variables the levels marked as missing just are additional levels.

Usage

excludeMissing(hit = "flop", set = ";", setslot = TRUE, data = NULL, 
               object = .object.of.thing(data = data, ...), ...)

Arguments

hit A character string. hit should be "what", "on", "off", "flop" (for switching between "on" and "off"), or "in".
set A character string with the set set of variables when hit is set to "in".
setslot See enterNames.
data See exportCoCo.
object See exportCoCo.
... Additional arguments to generate the CoCo object from the data argument. See propertyModel.

Value

TRUE

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

emOn.


[Package CoCoRaw version 0.1.6.8 Index]