logLik.nlmm: Extract Log-Likelihood

View source: R/nlmm.R

logLik.nlmmR Documentation

Extract Log-Likelihood

Description

logLik.nlmm extracts the log-likelihood of a fitted nlmm.

Usage

## S3 method for class 'nlmm'
logLik(object, ...)

Arguments

object

an object of class "nlmm".

...

not used.

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.

Author(s)

Marco Geraci

See Also

nlmm


marco-geraci/nlmm documentation built on Sept. 12, 2023, 2:25 a.m.