logLik.sevt {stagedtrees} | R Documentation |
Compute, or extract the log-likelihood of a staged event tree.
## S3 method for class 'sevt'
logLik(object, ...)
object |
an fitted object of class |
... |
additional parameters (compatibility). |
An object of class logLik
.
data("PhDArticles")
mod <- indep(PhDArticles)
logLik(mod)