coef.Model: Extracts coefficients from a Model object

View source: R/model_s3_functions.R

coef.ModelR Documentation

Extracts coefficients from a Model object

Description

Extracts the coefficients from a 'Model' object.

Usage

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

Arguments

object

A 'Model' object.

...

Further arguments passed from other methods

Value

Fixed effect and covariance parameters extracted from the model object.


glmmrBase documentation built on April 3, 2025, 10:44 p.m.