logLik.msm {msm} | R Documentation |
Extract the log-likelihood and the number of parameters of a model
fitted with msm
.
## S3 method for class 'msm' logLik(object, ...)
object |
A fitted multi-state model object, as returned by
|
... |
(unused) further arguments passed to or from other methods. |
The log-likelihood of the model represented by 'object' evaluated at the maximum likelihood estimates.
C. H. Jackson chris.jackson@mrc-bsu.cam.ac.uk