Learn R Programming

JRM (version 0.1-1)

logLik.SemiParBIV: Extract the log likelihood for a fitted copula model

Description

It extracts the log-likelihood for a fitted SemiParBIV/copulaReg/copulaSampleSel/SemiParTRIV model.

Usage

# S3 method for SemiParBIV
logLik(object, ...)

Arguments

object

A fitted SemiParBIV/copulaReg/copulaSampleSel/SemiParTRIV object.

...

Un-used for this function.

Value

Standard logLik object.

Details

Modification of the classic logLik which accounts for the estimated degrees of freedom used in SemiParBIV/copulaReg/copulaSampleSel/SemiParTRIV objects. This function is provided so that information criteria work correctly by using the correct number of degrees of freedom.

See Also

AIC, BIC

Examples

Run this code
# NOT RUN {
## see examples for SemiParBIV
# }

Run the code above in your browser using DataLab