Print a Class "missmodel" Object

DESCRIPTION:

Print method for class missmodel.

USAGE:

print.missmodel(x, ...) 

REQUIRED ARGUMENTS:

x
object of class "missmodel" to be printed.

OPTIONAL ARGUMENTS:

...
optional printing arguments. An optional argument when the class "missmodel" object contains a class "Loglin" object is the argument noLabels. When the noLabels argment is FALSE (the default), cell labels are printed for the contingency table estimates.

VALUE:

NONE

SIDE EFFECTS:

Prints the class "missmodel" object.

DETAILS:

This is a method for the function print for objects inheriting from class "missmodel". See or for the general behavior of this function.

SEE ALSO:

, , .

EXAMPLES:

fit <- emLoglin(object = crime, margins = count~Visit.1:Visit.2) 
fit 
print(fit)                 #same 
print.missmodel(fit)       #same