"preLoglin"
Object
preLoglin
.
print.preLoglin(x, ...)
"preLoglin"
to be printed.
"preLoglin"
object.
This is a method for the function
print
for objects inheriting
from class
"preLoglin"
. See
or
for the
general behavior of this function.
crime.pre <- preLoglin(data = crime, margins = count ~ Visit.1 : Visit.2) crime.pre print(crime.pre) #same print.preLoglin(crime.pre) #same print.default(crime.pre) # see the gory details