Learn R Programming

ipdmeta (version 2.4)

VcovFixef: Extract the variance-covariance for the population (fixed effect) estimates for an ipdlme object

Description

Extract the variance-covariance for the fixed effects estimates of the fit of an IPD LME model.

Usage

VcovFixef(object,...)

Arguments

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

Value

Matrix of the variance-covariance for the fitted fixed effects of an IPD LME model.

See Also

ipdlme-class

Examples

Run this code
data(regress_chol)

VcovFixef(ipdlme(n, Y, S2))

Run the code above in your browser using DataLab