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