## S3 method for class 'fitdist'logLik(object,...)
Arguments
object: fitdist object
...: additional parameters, currently not in use
Returns
Function logLik.fitdist() returns a logLik object, which could be further used by AIC and BIC .
(I have written to the authors)
Details
Output of fitdist has elements $loglik, $aic and $bic, but they are simply numeric scalars. fitdistrplus:::logLik.fitdist simply returns these elements.