logLik.sevt {stagedtrees} | R 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 |
... |
additional parameters (compatibility). |
Value
An object of class logLik
.
Examples
data("PhDArticles")
mod <- indep(PhDArticles)
logLik(mod)
[Package stagedtrees version 2.3.0 Index]