Joerg Schaber <[EMAIL PROTECTED]> writes: > I have a linear mixed-effects model object and want to extract the 95% > confidence intervals for the fixed and random effects, respectively. I > found the function intervals() for confidence intervals for the fixed > effects but no corresponding function for the random effects. Does it > exist or do I have to calculate the confidence intervals for the > random effects myself?
You have to calculate them yourself, partly because it is not clear what such an interval should be. Technically, the random effects are not parameters and defining a "confidence interval" on a random variable that is part of the model is, at the very least, awkward. ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
