logLik.sevt: Log-Likelihood of a staged event tree

View source: R/loglikelihood.R

logLik.sevtR Documentation

Log-Likelihood of a staged event tree

Description

Compute, or extract the log-likelihood of a staged event tree.

Usage

## S3 method for class 'sevt'
logLik(object, ...)

Arguments

object

an fitted object of class sevt.

...

additional parameters (compatibility).

Value

An object of class logLik.

Examples

data("PhDArticles")
mod <- indep(PhDArticles)
logLik(mod)

stagedtrees documentation built on May 29, 2024, 12:33 p.m.