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