Learn R Programming

stagedtrees (version 2.3.0)

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

Description

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

Usage

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

Value

An object of class logLik.

Arguments

object

an fitted object of class sevt.

...

additional parameters (compatibility).

Examples

Run this code
data("PhDArticles")
mod <- indep(PhDArticles)
logLik(mod)

Run the code above in your browser using DataLab