View source: R/logLik.NestsResult.R
logLik.NestsResult | R Documentation |
Return Log Likelihood of a fit generated by searchR
## S3 method for class 'NestsResult'
logLik(object, ...)
object |
A result file generated by searchR |
... |
Not used |
logLik.NestsResult Return Log Likelihood of a fit
The Log Likelihood value of the fitted model and data
Marc Girondot
## Not run:
library(embryogrowth)
data(resultNest_4p_SSM)
logLik(resultNest_4p_SSM)
AIC(resultNest_4p_SSM)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.