Rev 6562 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File nlme/man/logLik.varFunc.Rd% Part of the nlme package for R% Distributed under GPL 2 or later: see nlme/LICENCE.note\name{logLik.varFunc}\title{Extract varFunc logLik}\usage{\method{logLik}{varFunc}(object, data, \dots)}\alias{logLik.varFunc}\alias{logLik.varComb}\arguments{\item{object}{an object inheriting from class \code{"\link{varFunc}"},representing a variance function structure.}\item{data}{this argument is included to make this method functioncompatible with other \code{logLik} methods and will be ignored.}\item{\dots}{some methods for this generic require additionalarguments. None are used in this method.}}\description{This method function extracts the component of a Gaussianlog-likelihood associated with the variance function structurerepresented by \code{object}, which is equal to the sum of thelogarithms of the corresponding weights.}\value{the sum of the logarithms of the weights corresponding to the variancefunction structure represented by \code{object}.}\author{José Pinheiro and Douglas Bates \email{bates@stat.wisc.edu}}\seealso{\code{\link{logLik.lme}}}\examples{vf1 <- varPower(form = ~age)vf1 <- Initialize(vf1, Orthodont)coef(vf1) <- 0.1logLik(vf1)}\keyword{models}