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

View source: R/3-inference-functions.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 April 29, 2022, 1:06 a.m.