logLik.nlmm {nlmm} | R Documentation |
logLik.nlmm
extracts the log-likelihood of a fitted nlmm.
## S3 method for class 'nlmm'
logLik(object, ...)
object |
an object of |
... |
not used. |
Returns the loglikelihood of the fitted model. This is a number with at one attribute, "df" (degrees of freedom), giving the number of (estimated) parameters in the model.
Marco Geraci