loglik {smmR} | R Documentation |
Log-likelihood Function
Description
Generic function computing the log-likelihood of the model x
,
with the list of sequences sequences
.
Usage
loglik(x, sequences = NULL)
Arguments
x |
An object for which there exists a |
sequences |
Optional. A list of vectors representing the sequences for
which the log-likelihood will be computed based on |
Value
Value of the log-likelihood.
[Package smmR version 1.0.3 Index]