Description Usage Arguments Value Note See Also Examples
Extract the log-likelihood of the fitted general linear or conjunctive classifier model.
| 1 2 3 4 5 | 
| object | object of class  | 
| ... | further arguments (currently unused) | 
The log-likelihood for the general linear or conjunctive classifier represented by the estimated parameters in object
This function is intended for indirect internal use by functions such as AIC. 
To obtain the log-likelihood of the fitted model applied to new dataset, use logLik.glcStruct or logLik.gcjcStruct
glc, 
logLik.glcStruct, 
gcjc, 
logLik.gcjcStruct
| 1 2 3 4 | data(subjdemo_2d)
fit <- glc(response ~ x + y, data=subjdemo_2d, 
    category=subjdemo_2d$category, zlimit=7)
logLik(fit)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.