logLik.oglmx {oglmx}R Documentation

Extract log likelihood value

Description

Return the log likelihood value for objects of class oglmx and summary.oglmx

Usage

## S3 method for class 'oglmx'
logLik(object, ... )

## S3 method for class 'summary.oglmx'
logLik(object, ... )

Arguments

object

object of class oglmx or summary.oglmx.

...

additional arguments, currently ignored.

Value

A single numeric value, the log likelihood for the estimated model.

Author(s)

Carroll, Nathan nathan.carroll@ur.de

See Also

logLik, oglmx


[Package oglmx version 3.0.0.0 Index]