.\" -*- nroff -*- generated from .Rd format
.BG
.FN intervals
.TL
Confidence Intervals on Coefficients
.DN
Confidence intervals on the parameters associated with the model
represented by `object' are obtained. This function is generic;
method functions can be written to handle specific classes of
objects. Classes which already have methods for this function include:
`gls', `lme', and `lmList'.
.CS
intervals(object, level, ...)
.RA
.AG object
a fitted model object from which parameter estimates can
be extracted.
.OA
.AG level
an optional numeric value for the interval confidence
level. Defaults to 0.95.
.AG ...
some methods for the generic may require additional
arguments.
.RT
will depend on the method function used; see the appropriate documentation.
.SA
`intervals.gls', `intervals.lme', `intervals.lmList'


.EX
## see the method documentation
.KW models
.WR
