
Last chance! 50% off unlimited learning
Sale ends in
Extract the log-likelihood of the fitted general linear or conjunctive classifier model.
# S3 method for glc
logLik(object, …)# S3 method for gcjc
logLik(object, …)
object of class glc
or gcjc
further arguments (currently unused)
The log-likelihood for the general linear or conjunctive classifier represented by the estimated parameters in object
# NOT RUN {
data(subjdemo_2d)
fit <- glc(response ~ x + y, data=subjdemo_2d,
category=subjdemo_2d$category, zlimit=7)
logLik(fit)
# }
Run the code above in your browser using DataLab