Learn R Programming

ipdmeta (version 2.4)

confint: Compute confidence intervals for population effects of an ipdlme object

Description

Computes Wald-type confidence intervals for all fixed effects of the fit of an IPD LME model.

Usage

confint(object,parm,level=0.95,...)

Arguments

object
object of the ipdlme class
parm
term names, currently ignored
level
numeric value of confidence level to be used
...
additional arguments, currently not implemented

Value

Matrix of the estimate, lower and upper confidence intervals for the fixed effects of the IPD LME model.

See Also

ipdlme-class

Examples

Run this code
data(regress_chol)

confint(ipdlme(n, Y, S2))

Run the code above in your browser using DataLab