logLik.fmsm {flexmsm} | R Documentation |
Extract the log likelihood for the fitted multistate model
Description
It extracts the log-likelihood for a fitted fmsm
model.
Usage
## S3 method for class 'fmsm'
logLik(object, ...)
Arguments
object |
Fitted model object of class |
... |
Unused in this case. |
Value
Standard logLik object.
[Package flexmsm version 0.1.2 Index]