coef.abnFit: Print coefficients of objects of class abnFit
Description
Print coefficients of objects of class abnFit
Usage
# S3 method for abnFit
coef(object, digits = 3L, verbose = TRUE, ...)
Value
prints the coefficients of the fitted model.
Arguments
- object
Object of class abnFit
- digits
number of digits of the results.
- verbose
print additional output.
- ...
additional parameters. Not used at the moment.