View source: R/logLik.compareAIC.R
logLik.compareAIC | R Documentation |
Return Log Likelihood generated by FormatCompareAIC
## S3 method for class 'compareAIC'
logLik(object, ...)
object |
A result generated by FormatCompareAIC |
... |
Not used |
logLik.compareAIC Return Log Likelihood of a fit
The Log Likelihood value for the fitted model with data
Marc Girondot marc.girondot@gmail.com
## Not run:
ED <- FormatCompareAIC(logLik=-140, nobs=100, df=3)
logLik(ED)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.