logLik_MCEMfit_lm {refitME}R Documentation

Extract log-Likelihoods for MCEMfit_lm model objects

Description

Extract log-Likelihoods for MCEMfit_lm model objects. This function subtracts the entropy term from the observed likelihood.

Usage

logLik_MCEMfit_lm(object, REML = FALSE, ...)

Arguments

object

: fitted model objects of class MCEMfit_lm.

REML

: an optional logical value. If TRUE the restricted log-likelihood is returned, else, if FALSE, the log-likelihood is returned. Defaults to FALSE.

...

: further arguments passed through to lm.

Value

logLik_MCEMfit_lm produces output identical to logLik.

Author(s)

Jakub Stoklosa, Wen-Han Hwang and David I. Warton.

See Also

logLik


[Package refitME version 1.2.2 Index]