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)

gherardovarando/stagedtrees documentation built on July 5, 2025, 12:35 a.m.