Learn R Programming

randomLCA (version 1.1-4)

AIC3: AIC with 3 penalty for randomLCA object

Description

Returns AIC with penalty 3 for a randomLCA object.

Usage

AIC3(object)

Value

AIC3.

Arguments

object

randomLCA object

Author

Ken Beath

Examples

Run this code
# \donttest{
pap.lca2 <- randomLCA(pap[, 1:10], freq = pap$Freq, nclass = 2, cores = 1)
print(AIC3(pap.lca2))
# }

Run the code above in your browser using DataLab