logLik.SemiParSampleSel: Extract the log likelihood for a fitted SemiParSampleSel

Description Usage Arguments Details Value Author(s) See Also Examples

Description

It extracts the log-likelihood for a fitted SemiParSampleSel model.

Usage

1
2
## S3 method for class 'SemiParSampleSel'
logLik(object, ...)

Arguments

object

A fitted SemiParSampleSel object as produced by SemiParSampleSel().

...

Un-used for this function.

Details

Modification of the classic logLik which accounts for the estimated degrees of freedom used in SemiParSampleSel objects. This function is provided so that information criteria work correctly with SemiParSampleSel objects by using the correct degrees of freedom.

Value

Standard logLik object.

Author(s)

Maintainer: Giampiero Marra giampiero.marra@ucl.ac.uk

See Also

AIC, BIC

Examples

1
## see examples for SemiParSampleSel

SemiParSampleSel documentation built on May 2, 2019, 6:35 a.m.