confint.mlmm | R Documentation |
Compute confidence intervals for several linear mixed models.
## S3 method for class 'mlmm'
confint(
object,
parm = NULL,
level = 0.95,
method = NULL,
ordering = "parameter",
...
)
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 |
Statistical inference following pooling is performed according to Rubin's rule whose validity requires the congeniality condition of Meng (1994).
Meng X. L.(1994). Multiple-imputation inferences with uncongenial sources of input. Statist. Sci.9, 538–58.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.