intervals.gls: Confidence Intervals on gls Parameters
Description
Approximate confidence intervals for the parameters in the linear
model represented by 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.
Usage
## S3 method for class 'gls':
intervals(object, level, which, \dots)
Arguments
Value
a list with components given by data frames with rows corresponding to
parameters and columns lower, est., and upper
representing respectively lower confidence limits, the estimated
values, and upper confidence limits for the parameters. Possible
components are:coeflinear model coefficients, only present when which
is not equal to "var-cov".corStructcorrelation parameters, only present when
which is not equal to "coef" and a
correlation structure is used in object.varFuncvariance function parameters, only present when
which is not equal to "coef" and a variance function
structure is used in object.sigmaresidual standard error.