Rev 251 | Rev 4679 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% $Id: logLik.corStruct.Rd,v 1.7.2.1 2002/08/09 19:45:29 bates Exp $\name{logLik.corStruct}\title{Extract corStruct Log-Likelihood}\usage{\method{logLik}{corStruct}(object, data, \dots)}\alias{logLik.corStruct}\arguments{\item{object}{an object inheriting from class \code{corStruct},representing a correlation 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 correlation structure, which isequal to the negative of the logarithm of the determinant (or sum ofthe logarithms of the determinants) of the matrix (or matrices)represented by \code{object}.}\value{the negative of the logarithm of the determinant (or sum ofthe logarithms of the determinants) of the correlation matrix (ormatrices) represented by \code{object}.}\author{Jose Pinheiro \email{Jose.Pinheiro@pharma.novartis.com} and Douglas Bates \email{bates@stat.wisc.edu}}\seealso{\code{\link{logDet.corStruct}} }\examples{cs1 <- corAR1(0.2)cs1 <- Initialize(cs1, data = Orthodont)logLik(cs1)}\keyword{models}