powered by
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, …)
# S3 method for gcjc logLik(object, …)
object of class glc or gcjc
glc
gcjc
further arguments (currently unused)
The log-likelihood for the general linear or conjunctive classifier represented by the estimated parameters in object
object
glc, logLik.glcStruct, gcjc, logLik.gcjcStruct
logLik.glcStruct
logLik.gcjcStruct
# 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