coef.funreg {funreg} | R Documentation |
coef method for funreg object
Description
Returns coefficient information on a funreg
object.
Usage
## S3 method for class 'funreg'
coef(object, digits = 4, silent = FALSE, ...)
Arguments
object |
An object of class |
digits |
The number of digits past the decimal place to use when printing numbers |
silent |
If |
... |
Other arguments that may be passed from another method. |
Value
At least for now, this is identical to the summary.funreg
function.
[Package funreg version 1.2.2 Index]