emOn {CoCoRaw}R Documentation

Handling of latent variables and missing values by the EM algorithm

Description

Turn on or off the use of the EM algorithm for estimating values for missing values.

Usage

emOn(hit = FALSE, setslot = TRUE, data = NULL, 
     object = .object.of.thing(data = data, ...), ...)

Arguments

hit A character string. hit should be "on", "off", or "what".
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

excludeMissing.


[Package CoCoRaw version 0.1.7.4 Index]