Revision 8cb2c8da847b4c6e53ee55172cf78036c95befd8 authored by M. Helena Gon\xe7alves on 06 June 2010, 00:00:00 UTC, committed by Gabor Csardi on 06 June 2010, 00:00:00 UTC
0 parent
Raw File
getLogLik-methods.Rd
\name{getLogLik-methods}
\docType{methods}
\alias{getLogLik-methods}
\alias{getLogLik,bild-method}
\title{Extract Log-Likelihood}
\description{Methods for function \code{getLogLik} extracting the Log-Likelihood 
for one fitted model object from class \code{\link[=bild-class]{bild}}.}
\usage{
\S4method{getLogLik}{bild}(object)
}
\arguments{
\item{object}{an object of class \code{\link[=bild-class]{bild}}.}}
\value{Returns a numeric value corresponding to the log-Likelihood of the fitted model.}
\section{Methods}{
\describe{
    \item{\code{signature(object="bild")}:}{Returns a numeric value corresponding to the log-Likelihood of the fitted model.}
}}
\keyword{methods}
back to top