fixef.gremlin {gremlin}R Documentation

Fixed Effect Estimates of class ‘gremlin’

Description

Extracts the fixed effect estimates from a model of class ‘gremlin’.

Usage

## S3 method for class 'gremlin'
fixef(object, add.dropped = FALSE, ...)

Arguments

object

An object of class ‘gremlin’.

add.dropped

A logical value indicating whether fixed effects dropped by gremlin, due to rank deficiencies in the fixed effect design matrix, should be included with NA values.

...

Additional arguments.

Value

A numeric vector of fixed effect estimates.

Author(s)

matthewwolak@gmail.com

Examples

fixef(gremlin(WWG11 ~ sex - 1, random = ~ sire, data = Mrode11))

[Package gremlin version 1.0.1 Index]