logLik.fitdist | R Documentation |
..
## S3 method for class 'fitdist'
logLik(object, ...)
object |
fitdist object |
... |
additional parameters, currently not in use |
Output of fitdist has elements $loglik
, $aic
and $bic
,
but they are simply numeric scalars.
fitdistrplus:::logLik.fitdist
simply returns these elements.
Function logLik.fitdist()
returns a logLik object, which
could be further used by AIC and BIC.
(I have written to the authors)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.