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


nlmm documentation built on Nov. 24, 2023, 5:11 p.m.