logLik.nlqmm: Extract Log-Likelihood

Description Usage Arguments Value Author(s) See Also

View source: R/nlqmm.R

Description

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

Usage

1
2
## S3 method for class 'nlqmm'
logLik(object, ...)

Arguments

object

an object of class "nlqmm".

...

not used.

Value

Returns the loglikelihood of the fitted model. This is a number with at least one attribute, "df" (degrees of freedom), giving the number of (estimated) parameters in the model.

The attributes "grad" and "hessian" will also be given if argument gradHess = TRUE in nlqmm main call, and calculation has been successful.

Author(s)

Marco Geraci

See Also

nlqmm


marco-geraci/nlqmm documentation built on April 16, 2020, 12:37 a.m.