Get the deviance of the fitted lcModel object.

# S3 method for lcModel
deviance(object, ...)

Arguments

object

The lcModel object.

...

Additional arguments.

Value

A numeric with the deviance value. If unavailable, NA is returned.

Details

The default implementation checks for the existence of the deviance() function for the internal model, and returns the output, if available.