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 fmsm produced by function fmsm.

...

Unused in this case.

Value

Standard logLik object.


[Package flexmsm version 0.1.1 Index]