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