powered by
The class probabililities for the model are returned.
classProbs(object)
A vector of class probabilities for each class.
randomLCA object
Ken Beath
Simply extracts the corresponding variable from the randomLCA object.
# \donttest{ pap.lca2 <- randomLCA(pap[, 1:10], freq = pap$Freq, nclass = 2, cores = 1) print(classProbs(pap.lca2)) # }
Run the code above in your browser using DataLab