print.logisregr {trtswitch} | R Documentation |
Print logisregr Object
Description
Prints the concise information of logisregr fit.
Usage
## S3 method for class 'logisregr'
print(x, ...)
Arguments
x |
The logisregr object to print. |
... |
Ensures that all arguments starting from "..." are named. |
Value
A printout from the fit of a logistic regression model.
Author(s)
Kaifeng Lu, kaifenglu@gmail.com
[Package trtswitch version 0.1.8 Index]