coef {familiar}R Documentation

Extract model coefficients

Description

Extract model coefficients

Usage

coef(object, ...)

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

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.

Value

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


[Package familiar version 1.4.6 Index]