coef.funreg: coef method for funreg object

Description Usage Arguments Value

View source: R/CoefFunReg.r

Description

Returns coefficient information on a funreg object.

Usage

1
2
## S3 method for class 'funreg'
coef(object, digits = 4, silent = FALSE, ...)

Arguments

object

An object of class funreg

digits

The number of digits past the decimal place to use when printing numbers

silent

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.

Value

At least for now, this is identical to the summary.funreg function.


funreg documentation built on Oct. 4, 2021, 5:07 p.m.

Related to coef.funreg in funreg...