View source: R/loglikelihood.R
logLik.sevt | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.