fixef.gremlin: Fixed Effect Estimates of 'class' 'gremlin'

Description Usage Arguments Value Author(s) Examples

View source: R/summary.gremlin.R

Description

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

Usage

1
2
## 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

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

matthewwolak/gremlin documentation built on Feb. 1, 2022, 7:55 a.m.