object are obtained, using
a normal approximation to the distribution of the (restricted)
maximum likelihood estimators (the estimators are assumed to have a
normal distribution centered at the true parameter values and with
covariance matrix equal to the negative inverse Hessian matrix of the
(restricted) log-likelihood evaluated at the estimated parameters).
Confidence intervals are obtained in an unconstrained scale first,
using the normal approximation, and, if necessary, transformed to the
constrained scale. The pdNatural parametrization is used for
general positive-definite matrices.## S3 method for class 'lme':
intervals(object, level, which, \dots)lme, representing
a fitted linear mixed-effects model."all" for all parameters,
"var-cov" for the variance-covariance parameters only, and
lower, est., and upper
representing respectively lower confidence limits, the estimated
values, and upper confidence limits for the parameters. Possible
components are:which is not
equal to "var-cov".which is not equal to "fixed".which is not equal to "fixed" and a
correlation structure is used in object.which is not equal to "fixed" and a
variance function structure is used in object.lme, print.intervals.lme,
pdNaturalfm1 <- lme(distance ~ age, Orthodont, random = ~ age | Subject)
intervals(fm1)Run the code above in your browser using DataLab