Returns coefficient information on a funreg
object.
# S3 method for funreg
coef(object, digits = 4, silent = FALSE, ...)
An object of class funreg
The number of digits past the decimal place to use when printing numbers
If TRUE
, indicates that the summary should be returned
as a list object but not printed to the screen.
Other arguments that may be passed from another method.
At least for now, this is identical to the summary.funreg
function.