Learn R Programming

familiar (version 1.5.0)

coef: Extract model coefficients

Description

Extract model coefficients

Usage

coef(object, ...)

# S4 method for familiarModel coef(object, ...)

Value

Coefficients extracted from the model in the familiarModel object, if any.

Arguments

object

a familiarModel object

...

additional arguments passed to coef methods for the underlying model, when available.

Details

This method extends the coef S3 method. For some models coef requires information that is trimmed from the model. In this case a copy of the model coefficient is stored with the model, and returned.