Learn R Programming

grt (version 0.2.2)

logLik.gqc: Log-Likelihood of a 'gqc' Object

Description

Extract the log-likelihood of the fitted general quadratic classifier model.

Usage

# S3 method for gqc
logLik(object, ...)

Value

The log-likelihood for the general quadratic classifier represented by the estimated parameters in object

Arguments

object

object of class gqc

...

further arguments (currently unused)

See Also

gqc, logLik.gqcStruct