print.summary.relogit: Print Summary of a Rare-event Logistic Model
Usage
## S3 method for class 'summary.relogit':
print(x, digits = max(3,
getOption("digits") - 3), ...)
Arguments
x
an ``relogit.summary'' object produced by the
``summary'' method.
digits
an integer specifying the number of digits
of precision to specify
...
parameters passed forward to the ``print.glm''
function