Rev 6563 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File nlme/man/intervals.Rd% Part of the nlme package for R% Distributed under GPL 2 or later: see nlme/LICENCE.note\name{intervals}\title{Confidence Intervals on Coefficients}\usage{intervals(object, level, \dots)}\alias{intervals}\arguments{\item{object}{a fitted model object from which parameter estimates canbe extracted.}\item{level}{an optional numeric value for the interval confidencelevel. Defaults to 0.95.}\item{\dots}{some methods for the generic may require additionalarguments.}}\description{Confidence intervals on the parameters associated with the modelrepresented by \code{object} are obtained. This function is generic;method functions can be written to handle specific classes ofobjects. Classes which already have methods for this function include:\code{gls}, \code{lme}, and \code{lmList}.}\value{will depend on the method function used; see the appropriate documentation.}\references{Pinheiro, J.C., and Bates, D.M. (2000) "Mixed-Effects Modelsin S and S-PLUS", Springer.}\author{José Pinheiro and Douglas Bates \email{bates@stat.wisc.edu}}\seealso{\code{\link{intervals.lme}},\code{\link{intervals.lmList}},\code{\link{intervals.gls}}}\keyword{models}