Learn R Programming

grt (version 0.1.0)

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

Description

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

Usage

## S3 method for class 'gqc':
logLik(object, \dots)

Arguments

object
object of class gqc
...
further arguments (currently unused)

Value

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

See Also

gqc, logLik.gqcStruct