Learn R Programming

grt (version 0.2.1)

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, …)

Arguments

object

object of class gqc

further arguments (currently unused)

Value

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

See Also

gqc, logLik.gqcStruct