Learn R Programming

glmmrBase (version 0.10.5)

coef.Model: Extracts coefficients from a Model object

Description

Extracts the coefficients from a `Model` object.

Usage

# S3 method for Model
coef(object, ...)

Value

Fixed effect and covariance parameters extracted from the model object.

Arguments

object

A `Model` object.

...

Further arguments passed from other methods