confint.mlmm {LMMstar} | R Documentation |
Confidence Intervals for Multiple Linear Mixed Model.
Description
Compute confidence intervals for several linear mixed models.
Usage
## S3 method for class 'mlmm'
confint(
object,
parm = NULL,
level = 0.95,
method = NULL,
ordering = "parameter",
...
)
Arguments
object |
an |
parm |
Not used. For compatibility with the generic method. |
level |
[numeric,0-1] the confidence level of the confidence intervals. |
method |
[character] type of adjustment for multiple comparisons: one of |
ordering |
[character] should the output be ordered by type of parameter ( |
... |
other arguments are passed to |
Details
Statistical inference following pooling is performed according to Rubin's rule whose validity requires the congeniality condition of Meng (1994).
References
Meng X. L.(1994). Multiple-imputation inferences with uncongenial sources of input. Statist. Sci.9, 538–58.