fixef: Extract fixed-effects estimates

Description Usage Arguments Details Value Examples

Description

Extract the fixed-effects estimates

Usage

1
2
## S3 method for class 'remlf90'
fixef(object, ...)

Arguments

object

any fitted model object from which fixed effects estimates can be extracted.

...

not used

Details

Extract the estimates of the fixed-effects parameters from a fitted model.

Value

a named list of dataframes with the estimated coefficients and their standard error

Examples

1
2
    res <- remlf90(phe_X ~ gg + bl, data = globulus)
    fixef(res)

skayondo/breed_forest documentation built on Aug. 11, 2020, 12:35 a.m.