print.AccurateGLM {aglm} | R Documentation |
Display textual information of the model
Description
Display textual information of the model
Usage
## S3 method for class 'AccurateGLM'
print(x, digits = max(3, getOption("digits") - 3), ...)
Arguments
x |
A model object obtained from |
digits |
Used to control significant digits in printout. |
... |
Other arguments are passed directly to |
Value
No return value, called for side effects.
Author(s)
Kenji Kondo
[Package aglm version 0.4.0 Index]