Learn R Programming

lrstat (version 0.2.13)

print.logisregr: Print logisregr Object

Description

Prints the concise information of logisregr fit.

Usage

# S3 method for logisregr
print(x, ...)

Value

A printout from the fit of a logistic regression model.

Arguments

x

The logisregr object to print.

...

Ensures that all arguments starting from "..." are named.

Author

Kaifeng Lu, kaifenglu@gmail.com