coef.distfreereg {distfreereg} | R Documentation |
Extract estimated parameters from distfreereg
objects
Description
This is a coef
method for objects of class distfreereg
. It extracts the estimated parameters from a model in a distfreereg
object.
Usage
## S3 method for class 'distfreereg'
coef(object, ...)
Arguments
object |
Object of class |
... |
Additional parameters passed to or from other methods. Currently ignored. |
Value
Numeric vector of estimated model parameters.
Author(s)
Jesse Miller
See Also
distfreereg
, vcov.distfreereg
, confint.distfreereg
[Package distfreereg version 1.1 Index]