Print a Class "preLoglin" Object

DESCRIPTION:

Print method for class preLoglin.

USAGE:

print.preLoglin(x, ...) 

REQUIRED ARGUMENTS:

x
object of class "preLoglin" to be printed.

OPTIONAL ARGUMENTS:

...
optional printing arguments.

VALUE:

NONE

SIDE EFFECTS:

Prints a class "preLoglin" object.

DETAILS:

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

SEE ALSO:

, , .

EXAMPLES:

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