Learn R Programming

ipdmeta (version 2.4)

fixef: Extract the population (fixed effect) estimates for an ipdlme object

Description

Extract fixed effects estimates of the fit of an IPD LME model.

Usage

fixef(object,...)

Arguments

object
object of the ipdlme class
...
additional arguments, currently not implemented

Value

Numeric vector of the fitted fixed effects of an IPD LME model.

See Also

ipdlme-class

Examples

Run this code
data(regress_chol)

fixef(ipdlme(n, Y, S2))

Run the code above in your browser using DataLab