Learn R Programming

mirt (version 1.19)

logLik-method: Extract log-likelihood

Description

Extract the observed-data log-likelihood.

Usage

# S4 method for SingleGroupClass
logLik(object)

Arguments

object

an object of class SingleGroupClass, MultipleGroupClass, or MixedClass

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
x <- mirt(Science, 1)
logLik(x)

# }

Run the code above in your browser using DataLab