fixef: Extract fixed-effects estimates

fixefR Documentation

Extract fixed-effects estimates

Description

Extract the fixed-effects estimates

Usage

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

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

famuvie/breedR documentation built on Aug. 6, 2024, 9:10 p.m.