Learn R Programming

flexmsm (version 0.1.2)

logLik.fmsm: Extract the log likelihood for the fitted multistate model

Description

It extracts the log-likelihood for a fitted fmsm model.

Usage

# S3 method for fmsm
logLik(object, ...)

Value

Standard logLik object.

Arguments

object

Fitted model object of class fmsm produced by function fmsm.

...

Unused in this case.