powered by
Returns log Likelihood for a randomLCA object.
# S3 method for randomLCA logLik(object, ...)
The loglikelihood.
randomLCA object
additional argument; currently none is used.
Ken Beath
# \donttest{ pap.lca2 <- randomLCA(pap[, 1:10], freq = pap$Freq, nclass = 2, cores = 1) print(logLik(pap.lca2)) # }
Run the code above in your browser using DataLab