Learn R Programming

gremlin (version 1.0.1)

fixef.gremlin: Fixed Effect Estimates of class ‘gremlin’

Description

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

Usage

# S3 method for 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.

Examples

Run this code
# NOT RUN {
fixef(gremlin(WWG11 ~ sex - 1, random = ~ sire, data = Mrode11))
# }

Run the code above in your browser using DataLab