BIC {randomLCA} | R Documentation |
BIC for randomLCA object
Description
Returns BIC for a randomLCA object.
Usage
## S3 method for class 'randomLCA'
BIC(object, ...)
Arguments
object |
randomLCA object |
... |
additional argument; currently none is used. |
Value
BIC
Author(s)
Ken Beath
Examples
pap.lca2 <- randomLCA(pap[, 1:10], freq = pap$Freq, nclass = 2, cores = 1)
print(BIC(pap.lca2))
[Package randomLCA version 1.1-3 Index]