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)

famuvie/breedR documentation built on Sept. 6, 2021, 4:50 a.m.