Learn R Programming

sklarsomega (version 3.0-2)

logLik.sklarsomega: 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 sklarsomega
logLik(object, ...)

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.

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.

See Also