logLik.nlmm: Extract Log-Likelihood
Description
logLik.nlmm extracts the log-likelihood of a fitted nlmm.
Usage
# S3 method for nlmm
logLik(object, ...)
Value
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.
Arguments
- object
an object of class "nlmm".
- ...
not used.