confint.mer {papeR} | R Documentation |
Compute confidence intervals for mixed models from package lme4 (prior to version 1.0). This function is only needed for backward compatibility.
## S3 method for class 'mer'
confint(object, parm, level = 0.95,
simulate = c("ifneeded", TRUE, FALSE),
B = 1000,...)
object |
Model of class |
parm |
Parameters to be included in the confidence interval. See
|
level |
the confidence level. |
simulate |
If “"ifneeded"” is specified (default), simulated confidence
intervals are returned if (and only if) no z-value exists in the
corresponding |
B |
number of samples to take in |
... |
Additional arguments. Currently not used. |
Matrix with confidence intervals.
Benjamin Hofner, partially based on code from package stats. See source code for documentation.