logLik.refitME {refitME} | R Documentation |
Extract log-Likelihoods for refitME
model objects
Description
Extract log-Likelihoods for refitME
model objects. This function subtracts the entropy term from the observed likelihood.
Usage
## S3 method for class 'refitME'
logLik(object, ...)
Arguments
object |
: fitted model objects of class |
... |
: further arguments passed through to |
Value
logLik.refitME
produces identical output to logLik
but for refitME
model objects.
Author(s)
Jakub Stoklosa, Wen-Han Hwang and David I. Warton.
See Also
[Package refitME version 1.2.2 Index]