logLik.sklarsomega | R Documentation |
Return the maximum of the Sklar's Omega log objective function.
## S3 method for class 'sklarsomega'
logLik(object, ...)
object |
a fitted model object. |
... |
additional arguments. |
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.
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.
AIC
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.