Print a Class "em" Object

DESCRIPTION:

Print method for class em.

USAGE:

print.em(x, ...) 

REQUIRED ARGUMENTS:

x
object of class "em" to be printed.

OPTIONAL ARGUMENTS:

...
optional printing arguments.

VALUE:

NONE

SIDE EFFECTS:

Prints a class "em" object.

DETAILS:

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

SEE ALSO:

, , .

EXAMPLES:

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