Learn R Programming

glmmrBase (version 1.0.0)

coef.mcml: Extracts fixed effect coefficients from a mcml object

Description

Extracts the fitted fixed effect coefficients from an `mcml` object returned from a call of `MCML` or `LA` in the Model class.

Usage

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

Value

A named vector.

Arguments

object

An `mcml` model fit.

...

Further arguments passed from other methods