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