fixef.jglmm: Extract fixed-effects estimates

View source: R/extract.R

fixef.jglmmR Documentation

Extract fixed-effects estimates

Description

Extract the fixed-effects estimates from a 'jglmm' object.

Usage

## S3 method for class 'jglmm'
fixef(object, ...)

Arguments

object

An object of class 'jglmm', as returned by 'jglmm()'.

...

Optional additional arguments, currently none are used.

Value

A named numeric vector of fixed-effects estimates.

Examples

## Not run: 
jglmm_setup()
lm1 <- jglmm(Reaction ~ Days + (Days | Subject), lme4::sleepstudy)
fixef(lm1)

## End(Not run)

mikabr/jglmm documentation built on Nov. 18, 2022, 1:32 a.m.