File: logLik-methods.Rd

package info (click to toggle)
r-cran-coarsedatatools 0.6-6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 328 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 488 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/S4stuff.R
\name{logLik,cd.fit-method}
\alias{logLik,cd.fit-method}
\alias{logLik}
\title{Get the log-likelihood value of a \code{cd.fit} or \code{cd.fit.mcmc} object}
\usage{
\S4method{logLik}{cd.fit}(object)
}
\arguments{
\item{object}{A \code{cd.fit} or \code{cd.fit.mcmc} object.}
}
\value{
log-likelihood value
}
\description{
Get the log-likelihood value of a \code{cd.fit} or \code{cd.fit.mcmc} object
}