| logLik.STRN | R Documentation |
Return Log Likelihood of a fit generated by STRN
## S3 method for class 'STRN' logLik(object, ...)
object |
A result file generated by STRN |
... |
Not used |
logLik.STRN 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)