print.summary.relogit {Zelig}R Documentation

Print Summary of a Rare-event Logistic Model

Description

Prints the

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

Value

x (invisibly)


[Package Zelig version 4.2-1 Index]