logLik.fitdist {fmx}R Documentation

Log-Likelihood of fitdist Object

Description

..

Usage

## S3 method for class 'fitdist'
logLik(object, ...)

Arguments

object

fitdist object

...

additional parameters, currently not in use

Details

Output of fitdist has elements ⁠$loglik⁠, ⁠$aic⁠ and ⁠$bic⁠, but they are simply numeric scalars. fitdistrplus:::logLik.fitdist simply returns these elements.

Value

Function logLik.fitdist returns a logLik object, which could be further used by AIC and BIC.

(I have written to the authors)


[Package fmx version 0.1.2 Index]