"em" Object
em.
print.em(x, ...)
"em" to be printed.
"em" object.
This is a method for the function
print
for objects inheriting
from class
"em". See
or
for the
general behavior of this function.
fit <- emLoglin(object = crime, margins = count~Visit.1:Visit.2) fit$algorithm print(fit$algorithm) #same print.em(fit$algorithm) #same