logLik.sklarsomega {sklarsomega}R Documentation

Return the maximum of the Sklar's Omega log objective function.

Description

Return the maximum of the Sklar's Omega log objective function.

Usage

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

Arguments

object

a fitted model object.

...

additional arguments.

Details

This function extracts the maximum value of the log objective function from a model fit, and is principally intended to be used in computing information criteria.

Value

This function returns an object of class logLik. This is a number with at least one attribute, "df" (degrees of freedom), giving the number of estimated parameters in the model.

See Also

AIC


[Package sklarsomega version 3.0-2 Index]